Skip to content

Commit

Permalink
Minor change to comment line 28 for getRowColumnVector on file RowCol…
Browse files Browse the repository at this point in the history
…umnVector.java
  • Loading branch information
john-bessire committed Apr 25, 2013
1 parent d6e49e6 commit 20641a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/net/htmlparser/jericho/RowColumnVector.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* Represents the row and column number of a character position in the source document.
* <p>
* Obtained using the {@link Source#getRowColumnVector(int pos)} method.
* Obtained using the {@link Source#getRowColumnVector(int pos)} or {@link Segment#getRowColumnVector()} method.
*/
public final class RowColumnVector {
private final int row;
Expand Down

0 comments on commit 20641a3

Please sign in to comment.