Changes to return type of Executable.getType() method to make it compile with Oracle...
[jabaws.git] / runner / compbio / runner / disorder / Jronn.java
index 3f668e3..8e1eb25 100644 (file)
@@ -129,8 +129,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