merge commit
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 9 Jun 2015 15:03:54 +0000 (16:03 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 9 Jun 2015 15:03:54 +0000 (16:03 +0100)
src/MCview/PDBfile.java

index 28ece4c..4039cdd 100755 (executable)
@@ -383,7 +383,7 @@ public class PDBfile extends jalview.io.AlignFile
                 "getSeqsAsArray", new Class[]
                 {}).invoke(jmf));
         cl.getMethod("addAnnotations", new Class[]
-        { AlignmentI.class }).invoke(jmf, al);
+        { Alignment.class }).invoke(jmf, al);
         for (SequenceI sq : al.getSequences())
         {
           if (sq.getDatasetSequence() != null)