JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / ws / utils / UrlDownloadClient.java
index 8299b02..91d88c2 100644 (file)
@@ -90,8 +90,9 @@ public class UrlDownloadClient
         }
       } catch (IOException e)
       {
-        jalview.bin.Console.outPrintln("Exception while closing download channel: "
-                + e.getMessage());
+        jalview.bin.Console
+                .outPrintln("Exception while closing download channel: "
+                        + e.getMessage());
       }
       try
       {
@@ -101,8 +102,9 @@ public class UrlDownloadClient
         }
       } catch (IOException e)
       {
-        jalview.bin.Console.outPrintln("Exception while deleting download temp file: "
-                + e.getMessage());
+        jalview.bin.Console
+                .outPrintln("Exception while deleting download temp file: "
+                        + e.getMessage());
       }
     }