JAL-2121 cleanup TODO
authorJim Procter <jprocter@issues.jalview.org>
Mon, 18 Jul 2016 13:20:07 +0000 (14:20 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 18 Jul 2016 13:20:07 +0000 (14:20 +0100)
src/jalview/datamodel/Alignment.java

index d737bd5..32bb761 100755 (executable)
@@ -1721,6 +1721,7 @@ public class Alignment implements AlignmentI
           boolean preserveUnmappedGaps)
   {
     // TODO should this method signature be the one in the interface?
+    // JBPComment - yes - neither flag is used, so should be deleted.
     boolean thisIsNucleotide = this.isNucleotide();
     boolean thatIsProtein = !al.isNucleotide();
     if (!thatIsProtein && !thisIsNucleotide)