Merge branch 'develop' into bug/JAL-4235_gradle_task_jalviewjsTranspile_does_not_fail...
[jalview.git] / src / jalview / util / LaunchUtils.java
index e4f393c..4b443d3 100644 (file)
@@ -130,7 +130,8 @@ public class LaunchUtils
       return -4;
     } catch (NumberFormatException e)
     {
-      jalview.bin.Console.errPrintln("Could not parse JAVA_COMPILE_VERSION");
+      jalview.bin.Console
+              .errPrintln("Could not parse JAVA_COMPILE_VERSION");
       return -5;
     }