X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FColumnSelection.java;h=46c4c875ea30dfa908bb7860f41a0361e98f1402;hb=c39e588784c0fbb64c7dabfcae8db4faedde10e6;hp=6ef179905a6619bd85644bf000172663850bbec3;hpb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;p=jalview.git diff --git a/src/jalview/datamodel/ColumnSelection.java b/src/jalview/datamodel/ColumnSelection.java index 6ef1799..46c4c87 100644 --- a/src/jalview/datamodel/ColumnSelection.java +++ b/src/jalview/datamodel/ColumnSelection.java @@ -578,9 +578,9 @@ public class ColumnSelection } /** - * THis method returns the rightmost limit of a + * This method returns the leftmost limit of a * region of an alignment with hidden columns. - * In otherwords, the next hidden column. + * In otherwords, the previous hidden column. * @param index int */ public int getHiddenBoundaryLeft(int alPos)