JAL-3813 NOIDENTIFIERSSERVICE preference disables jalview pinging www.jalview.org...
[jalview.git] / src / jalview / ws / utils / UrlDownloadClient.java
index dcd861a..e42c21e 100644 (file)
@@ -33,11 +33,6 @@ import java.nio.file.StandardCopyOption;
 
 public class UrlDownloadClient
 {
-  public UrlDownloadClient()
-  {
-
-  }
-
   /**
    * Download and save a file from a URL
    * 
@@ -79,8 +74,8 @@ public class UrlDownloadClient
         }
       } catch (IOException e)
       {
-        System.out
-                .println("Exception while closing download file output stream: "
+        System.out.println(
+                "Exception while closing download file output stream: "
                         + e.getMessage());
       }
       try
@@ -92,7 +87,7 @@ public class UrlDownloadClient
       } catch (IOException e)
       {
         System.out.println("Exception while closing download channel: "
-                        + e.getMessage());
+                + e.getMessage());
       }
       try
       {
@@ -103,7 +98,7 @@ public class UrlDownloadClient
       } catch (IOException e)
       {
         System.out.println("Exception while deleting download temp file: "
-                        + e.getMessage());
+                + e.getMessage());
       }
     }
   }