From: jprocter Date: Mon, 19 Mar 2007 13:38:44 +0000 (+0000) Subject: javadoc typo X-Git-Tag: Release_2_3~331 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=8eb36804405417e225126316ad4e303af7c9200d;p=jalview.git javadoc typo --- 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)