Fix core WST file
[jabaws.git] / runner / compbio / runner / disorder / Jronn.java
index 3f668e3..55200c2 100644 (file)
@@ -1,6 +1,6 @@
-/* Copyright (c) 2009 Peter Troshin\r
+/* Copyright (c) 2011 Peter Troshin\r
  *  \r
- *  JAva Bioinformatics Analysis Web Services (JABAWS) @version: 1.0     \r
+ *  JAva Bioinformatics Analysis Web Services (JABAWS) @version: 2.0     \r
  * \r
  *  This library is free software; you can redistribute it and/or modify it under the terms of the\r
  *  Apache License version 2 as published by the Apache Software Foundation\r
@@ -93,7 +93,6 @@ public class Jronn extends SkeletalExecutable<Jronn> {
        }\r
 \r
        private static String getLibPath() {\r
-\r
                String settings = ph.getProperty("jronn.jar.file");\r
                if (compbio.util.Util.isEmpty(settings)) {\r
                        throw new NullPointerException(\r
@@ -129,8 +128,8 @@ public class Jronn extends SkeletalExecutable<Jronn> {
 \r
        @SuppressWarnings("unchecked")\r
        @Override\r
-       public Class<Executable<Jronn>> getType() {\r
-               return (Class<Executable<Jronn>>) this.getClass();\r
+       public Class<Jronn> getType() {\r
+               return (Class<Jronn>) this.getClass();\r
        }\r
 \r
        public static String getStatFile() {\r