> @@ -38,8 +43,18 @@ public static void deleteRecursively(File file) throws 
> IOException {
>              }
>           }
>        }
> -      if (!file.delete()) {
> -         throw new IOException("Could not delete: " + file);
> +
> +      /**
> +       * Java-6 Compatible version of handling non-empty directories and 
> access-denied on windows.

[minor] "Java 6-compatible"...?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/454/files#r15473512

Reply via email to