Merge branch 'develop' into update_212_Dec_merge_with_21125_chamges
[jalview.git] / src / jalview / ws / utils / UrlDownloadClient.java
index 7d45313..a00e8b3 100644 (file)
@@ -21,9 +21,9 @@
 
 package jalview.ws.utils;
 
+
 import java.io.File;
 import java.io.IOException;
-
 import jalview.util.Platform;
 
 public class UrlDownloadClient
@@ -45,7 +45,9 @@ public class UrlDownloadClient
   public static void download(String urlstring, String outfile)
           throws IOException
   {
+
       Platform.download(urlstring, outfile);
+
   }
 
   public static void download(String urlstring, File tempFile) throws IOException