X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FLaunchUtils.java;h=4b443d30555eefbd0ea746777b0c90e6db911086;hb=875fc0a2c95fca2b952e0c10d143e0b54069054f;hp=e4f393c43dbff1520c391aeed80617ff69ec3ba3;hpb=fd814da2180509657dbc6a644cf3e812e8e00c92;p=jalview.git diff --git a/src/jalview/util/LaunchUtils.java b/src/jalview/util/LaunchUtils.java index e4f393c..4b443d3 100644 --- a/src/jalview/util/LaunchUtils.java +++ b/src/jalview/util/LaunchUtils.java @@ -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; }