JAL-3806 fix and test for one-to-many sequence mapping case
[jalview.git] / src / jalview / util / MappingUtils.java
index 177c54d..c9113ae 100644 (file)
@@ -408,7 +408,6 @@ public final class MappingUtils
           int mappedEndCol = seq.findIndex(mappedEndResidue) - 1;
           maxEndCol = maxEndCol == -1 ? mappedEndCol
                   : Math.max(maxEndCol, mappedEndCol);
-          break;
         }
       }
     }