X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=runner%2Fcompbio%2Frunner%2Fdisorder%2FJronn.java;h=55a186816982b157f56689b8fefb3f83b41c12a2;hb=d0ec0c90f3e010833af507d2a9ac6b68a031f0d8;hp=d9d388f14ac282fa70e12f507aa973a1791260f6;hpb=d33d2debf752b2b31d5a801eb93eaa3f5ce23028;p=jabaws.git diff --git a/runner/compbio/runner/disorder/Jronn.java b/runner/compbio/runner/disorder/Jronn.java index d9d388f..55a1868 100644 --- a/runner/compbio/runner/disorder/Jronn.java +++ b/runner/compbio/runner/disorder/Jronn.java @@ -57,7 +57,6 @@ public class Jronn extends SkeletalExecutable { private final String ncorePrm = "-n="; - public static final String KEY_VALUE_SEPARATOR = Util.SPACE; public static final String STAT_FILE = "stat.txt"; public Jronn() { @@ -93,8 +92,7 @@ public class Jronn extends SkeletalExecutable { String settings = ph.getProperty("jronn.jar.file"); if (compbio.util.Util.isEmpty(settings)) { throw new NullPointerException( - "Please define jronn.jar.file property in Executable.properties file" - + "and initialize it with the location of jronn jar file"); + "Please define jronn.jar.file property in Executable.properties file and initialize it with the location of jronn jar file"); } if (new File(settings).isAbsolute()) { // Jronn jar can be found so no actions necessary