From 8eb36804405417e225126316ad4e303af7c9200d Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 19 Mar 2007 13:38:44 +0000 Subject: [PATCH] javadoc typo --- src/jalview/datamodel/ColumnSelection.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.2