Merge branch 'develop' into bug/JAL-4235_gradle_task_jalviewjsTranspile_does_not_fail...
[jalview.git] / src / jalview / bin / JalviewLiteURLRetrieve.java
index d38892a..4705f20 100644 (file)
@@ -64,8 +64,9 @@ public class JalviewLiteURLRetrieve extends Applet
     DataSourceType protocol = null;
     try
     {
-      jalview.bin.Console.outPrintln("Loading thread started with:\n>>file\n" + file
-              + ">>endfile");
+      jalview.bin.Console
+              .outPrintln("Loading thread started with:\n>>file\n" + file
+                      + ">>endfile");
       // This might throw a security exception in certain browsers
       // Netscape Communicator for instance.
       try
@@ -125,7 +126,8 @@ public class JalviewLiteURLRetrieve extends Applet
       }
       else
       {
-        jalview.bin.Console.outPrintln("User specified Format is " + format);
+        jalview.bin.Console
+                .outPrintln("User specified Format is " + format);
       }
       AlignmentI al = null;
       try