git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4cbc6
)
javadoc typo
author
jprocter
<Jim Procter>
Mon, 19 Mar 2007 13:38:44 +0000
(13:38 +0000)
committer
jprocter
<Jim Procter>
Mon, 19 Mar 2007 13:38:44 +0000
(13:38 +0000)
src/jalview/datamodel/ColumnSelection.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/ColumnSelection.java
b/src/jalview/datamodel/ColumnSelection.java
index
6ef1799
..
46c4c87
100644
(file)
--- a/
src/jalview/datamodel/ColumnSelection.java
+++ b/
src/jalview/datamodel/ColumnSelection.java
@@
-578,9
+578,9
@@
public class ColumnSelection
}
\r
\r
/**
\r
- * THis method returns the rightmost limit of a
\r
+ * This method returns the leftmost limit of a
\r
* region of an alignment with hidden columns.
\r
- * In otherwords, the next hidden column.
\r
+ * In otherwords, the previous hidden column.
\r
* @param index int
\r
*/
\r
public int getHiddenBoundaryLeft(int alPos)
\r