Refactoring: rename duplicated Util classes
[jabaws.git] / runner / compbio / runner / msa / ClustalO.java
index da35cee..046a84a 100644 (file)
@@ -31,7 +31,7 @@ import compbio.engine.client.Executable;
 import compbio.engine.client.SkeletalExecutable;\r
 import compbio.engine.client.Executable.ExecProvider;\r
 import compbio.metadata.ResultNotAvailableException;\r
-import compbio.runner.Util;\r
+import compbio.runner.RunnerUtil;\r
 \r
 public class ClustalO extends SkeletalExecutable<ClustalO> {\r
 \r
@@ -84,7 +84,7 @@ public class ClustalO extends SkeletalExecutable<ClustalO> {
        public Alignment getResults(String workDirectory)\r
                        throws ResultNotAvailableException {\r
                try {\r
-                       return Util.readClustalFile(workDirectory, getOutput());\r
+                       return RunnerUtil.readClustalFile(workDirectory, getOutput());\r
                } catch (FileNotFoundException e) {\r
                        log.error(e.getMessage(), e.getCause());\r
                        throw new ResultNotAvailableException(e);\r