Changes to return type of Executable.getType() method to make it compile with Oracle...
[jabaws.git] / runner / compbio / runner / msa / Probcons.java
index 2df7f92..58e4adb 100644 (file)
@@ -27,7 +27,6 @@ import org.apache.log4j.Logger;
 \r
 import compbio.data.sequence.Alignment;\r
 import compbio.data.sequence.UnknownFileFormatException;\r
-import compbio.engine.client.Executable;\r
 import compbio.engine.client.PipedExecutable;\r
 import compbio.engine.client.SkeletalExecutable;\r
 import compbio.metadata.ResultNotAvailableException;\r
@@ -92,7 +91,7 @@ public class Probcons extends SkeletalExecutable<Probcons>
 \r
        @SuppressWarnings("unchecked")\r
        @Override\r
-       public Class<Executable<Probcons>> getType() {\r
-               return (Class<Executable<Probcons>>) this.getClass();\r
+       public Class<Probcons> getType() {\r
+               return (Class<Probcons>) this.getClass();\r
        }\r
 }\r