Changes to return type of Executable.getType() method to make it compile with Oracle...
[jabaws.git] / runner / compbio / runner / conservation / AACon.java
index 366b95f..a03dfd7 100644 (file)
@@ -124,8 +124,8 @@ public class AACon extends SkeletalExecutable<AACon> {
 \r
        @SuppressWarnings("unchecked")\r
        @Override\r
-       public Class<Executable<AACon>> getType() {\r
-               return (Class<Executable<AACon>>) this.getClass();\r
+       public Class<AACon> getType() {\r
+               return (Class<AACon>) this.getClass();\r
        }\r
 \r
        public static String getStatFile() {\r