>       * @param directoryName
>       * @throws IOException
>       */
>      public static void cleanDirectoryContent(String directoryName) throws 
> IOException {
>          File parentDirectory = new File(directoryName);
> +       if(!parentDirectory.exists())

Space before `(`?

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

Reply via email to