JAL-2759 Rename getBoundedStartIterator
[jalview.git] / src / jalview / datamodel / HiddenColumns.java
index a9cd4d7..8f6ecd6 100644 (file)
@@ -1045,7 +1045,7 @@ public class HiddenColumns
    * @param end
    *          position to end at (inclusive, visible column position)
    */
-  public Iterator<Integer> getBoundedStartIterator(int start, int end)
+  public Iterator<Integer> getStartRegionIterator(int start, int end)
   {
     try
     {