> @@ -30,6 +33,8 @@ private Utils() {
>
> /** Delete a file or a directory recursively. */
> public static void deleteRecursively(File file) throws IOException {
> + if(!file.exists())[minor] Space before `(` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/454/files#r15473491
