Clean up logging system
[jabaws.git] / runner / compbio / runner / disorder / Jronn.java
index d9d388f..55a1868 100644 (file)
@@ -57,7 +57,6 @@ public class Jronn extends SkeletalExecutable<Jronn> {
 \r
        private final String ncorePrm = "-n=";\r
 \r
-       public static final String KEY_VALUE_SEPARATOR = Util.SPACE;\r
        public static final String STAT_FILE = "stat.txt";\r
 \r
        public Jronn() {\r
@@ -93,8 +92,7 @@ public class Jronn extends SkeletalExecutable<Jronn> {
                String settings = ph.getProperty("jronn.jar.file");\r
                if (compbio.util.Util.isEmpty(settings)) {\r
                        throw new NullPointerException(\r
-                                       "Please define jronn.jar.file property in Executable.properties file"\r
-                                                       + "and initialize it with the location of jronn jar file");\r
+                       "Please define jronn.jar.file property in Executable.properties file and initialize it with the location of jronn jar file");\r
                }\r
                if (new File(settings).isAbsolute()) {\r
                        // Jronn jar can be found so no actions necessary\r