JAL-2759 Update to getHiddenBoundaryRight + unit test after review
[jalview.git] / src / jalview / datamodel / HiddenColumns.java
index 3b1a574..6a2ca1d 100644 (file)
@@ -868,6 +868,8 @@ public class HiddenColumns
    * @param alPos
    *          the absolute (visible) alignmentPosition to find the next hidden
    *          column for
+   * @return the index of the next hidden column, or alPos if there is no next
+   *         hidden column
    */
   public int getHiddenBoundaryRight(int alPos)
   {