Merge branch 'merge/develop_JAL-1780_JAL-653_JAL-1892' into features/JAL-653_JAL...
authorJim Procter <jprocter@issues.jalview.org>
Tue, 23 Jun 2015 09:13:52 +0000 (10:13 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 23 Jun 2015 09:13:52 +0000 (10:13 +0100)
1  2 
.classpath
src/jalview/io/FeaturesFile.java

diff --cc .classpath
Simple merge
@@@ -171,14 -170,16 +170,14 @@@ public class FeaturesFile extends Align
    }
  
    @Override
-   public void addAnnotations(Alignment al)
+   public void addAnnotations(AlignmentI al)
    {
 -    // TODO Auto-generated method stub
      super.addAnnotations(al);
    }
  
    @Override
-   public void addProperties(Alignment al)
+   public void addProperties(AlignmentI al)
    {
 -    // TODO Auto-generated method stub
      super.addProperties(al);
    }