todo re JAL-732
[jalview.git] / src / jalview / analysis / SequenceIdMatcher.java
index d8a9bbe..71b2754 100755 (executable)
@@ -242,6 +242,7 @@ public class SequenceIdMatcher
      */
     public boolean equals(SeqIdName s)
     {
+      // TODO: JAL-732 patch for cases when name includes a list of IDs, and the match contains one ID flanked
       if (id.length() > s.id.length())
       {
         return id.startsWith(s.id) ? (WORD_SEP.indexOf(id.charAt(s.id