Changes to return type of Executable.getType() method to make it compile with Oracle...
[jabaws.git] / runner / compbio / runner / psiblast / PsiBlast.java
index c51df24..95fb69d 100644 (file)
@@ -18,7 +18,6 @@
 \r
 package compbio.runner.psiblast;\r
 \r
-import compbio.engine.client.Executable;\r
 import compbio.engine.client.SkeletalExecutable;\r
 import compbio.metadata.ResultNotAvailableException;\r
 \r
@@ -40,7 +39,7 @@ public class PsiBlast extends SkeletalExecutable<PsiBlast> {
        }\r
 \r
        @Override\r
-       public Class<Executable<PsiBlast>> getType() {\r
+       public Class<PsiBlast> getType() {\r
                // TODO Auto-generated method stub\r
                return null;\r
        }\r