JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / io / BioJsHTMLOutput.java
index eef203f..13bfb8c 100644 (file)
@@ -138,8 +138,9 @@ public class BioJsHTMLOutput extends HTMLOutput
       {
         if (!biojsDirectory.mkdirs())
         {
-          jalview.bin.Console.outPrintln("Couldn't create local directory : "
-                  + BJS_TEMPLATES_LOCAL_DIRECTORY);
+          jalview.bin.Console
+                  .outPrintln("Couldn't create local directory : "
+                          + BJS_TEMPLATES_LOCAL_DIRECTORY);
           return;
         }
       }
@@ -264,8 +265,9 @@ public class BioJsHTMLOutput extends HTMLOutput
 
     } catch (OutOfMemoryError err)
     {
-      jalview.bin.Console.outPrintln("########################\n" + "OUT OF MEMORY "
-              + generatedFile + "\n" + "########################");
+      jalview.bin.Console
+              .outPrintln("########################\n" + "OUT OF MEMORY "
+                      + generatedFile + "\n" + "########################");
       new OOMWarning("Creating Image for " + generatedFile, err);
     } catch (Exception e)
     {