JAL-1421 undid premature 'improvement' of method parameter to interface
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 8 Jun 2015 12:29:00 +0000 (13:29 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 8 Jun 2015 12:29:00 +0000 (13:29 +0100)
src/MCview/PDBfile.java

index 28ece4c..d81e734 100755 (executable)
@@ -379,7 +379,7 @@ public class PDBfile extends jalview.io.AlignFile
         final Object[] args = new Object[]
         { new FileParse(getDataName(), type) };
         Object jmf = constructor.newInstance(args);
-        AlignmentI al = new Alignment((SequenceI[]) cl.getMethod(
+        Alignment al = new Alignment((SequenceI[]) cl.getMethod(
                 "getSeqsAsArray", new Class[]
                 {}).invoke(jmf));
         cl.getMethod("addAnnotations", new Class[]