X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=runner%2Fcompbio%2Frunner%2Fmsa%2FClustalW.java;h=16b57342af41468a17c38203a20d6c934710f069;hb=c97b1954611988b2b1d2e9aeec6e4b0696a0ab66;hp=88f63585324521c49795190e4757a95e83469939;hpb=2a269830633463e5016d5c92ed672d9e312c9776;p=jabaws.git diff --git a/runner/compbio/runner/msa/ClustalW.java b/runner/compbio/runner/msa/ClustalW.java index 88f6358..16b5734 100644 --- a/runner/compbio/runner/msa/ClustalW.java +++ b/runner/compbio/runner/msa/ClustalW.java @@ -1,6 +1,6 @@ -/* Copyright (c) 2009 Peter Troshin +/* Copyright (c) 2011 Peter Troshin * - * JAva Bioinformatics Analysis Web Services (JABAWS) @version: 1.0 + * JAva Bioinformatics Analysis Web Services (JABAWS) @version: 2.0 * * This library is free software; you can redistribute it and/or modify it under the terms of the * Apache License version 2 as published by the Apache Software Foundation @@ -27,7 +27,6 @@ import org.apache.log4j.Logger; import compbio.data.sequence.Alignment; import compbio.data.sequence.UnknownFileFormatException; -import compbio.engine.client.Executable; import compbio.engine.client.SkeletalExecutable; import compbio.metadata.ResultNotAvailableException; import compbio.runner.Util; @@ -114,8 +113,8 @@ public class ClustalW extends SkeletalExecutable { @SuppressWarnings("unchecked") @Override - public Class> getType() { - return (Class>) this.getClass(); + public Class getType() { + return (Class) this.getClass(); } }