From 22877d563a502ec3b249e2260a9122bd94b918af Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 18 Jul 2016 14:20:07 +0100 Subject: [PATCH] JAL-2121 cleanup TODO --- src/jalview/datamodel/Alignment.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jalview/datamodel/Alignment.java b/src/jalview/datamodel/Alignment.java index d737bd5..32bb761 100755 --- a/src/jalview/datamodel/Alignment.java +++ b/src/jalview/datamodel/Alignment.java @@ -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) -- 1.7.10.2