Changes to return type of Executable.getType() method to make it compile with Oracle...
[jabaws.git] / runner / compbio / runner / disorder / GlobPlot.java
index a5b887a..6530f5f 100644 (file)
@@ -25,7 +25,6 @@ import org.apache.log4j.Logger;
 import compbio.data.sequence.ScoreManager;\r
 import compbio.data.sequence.SequenceUtil;\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
@@ -62,6 +61,7 @@ public class GlobPlot extends SkeletalExecutable<GlobPlot>
                // super.setInput("");\r
        }\r
 \r
+       @Override\r
        @SuppressWarnings("unchecked")\r
        public ScoreManager getResults(String workDirectory)\r
                        throws ResultNotAvailableException {\r
@@ -100,8 +100,8 @@ public class GlobPlot extends SkeletalExecutable<GlobPlot>
 \r
        @SuppressWarnings("unchecked")\r
        @Override\r
-       public Class<Executable<GlobPlot>> getType() {\r
-               return (Class<Executable<GlobPlot>>) this.getClass();\r
+       public Class<GlobPlot> getType() {\r
+               return (Class<GlobPlot>) this.getClass();\r
        }\r
 \r
 }\r