Changes to return type of Executable.getType() method to make it compile with Oracle...
[jabaws.git] / runner / compbio / runner / msa / Mafft.java
index ee0e5cb..508d5f7 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
@@ -91,8 +90,8 @@ public class Mafft extends SkeletalExecutable<Mafft>
 \r
        @SuppressWarnings("unchecked")\r
        @Override\r
-       public Class<Executable<Mafft>> getType() {\r
-               return (Class<Executable<Mafft>>) this.getClass();\r
+       public Class<Mafft> getType() {\r
+               return (Class<Mafft>) this.getClass();\r
        }\r
 \r
        /*\r