[Htmlparser-cvs] htmlparser/src/org/htmlparser/lexer Page.java,1.52,1.53
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2006-03-19 17:09:15
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20248 Modified Files: Page.java Log Message: Typo. Index: Page.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer/Page.java,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** Page.java 25 Oct 2005 02:06:46 -0000 1.52 --- Page.java 19 Mar 2006 17:09:09 -0000 1.53 *************** *** 1099,1103 **** * @param cursor The position to calculate for. * @return The contents of the URL or file corresponding to the line number ! * containg the cursor position. */ public String getLine (Cursor cursor) --- 1099,1103 ---- * @param cursor The position to calculate for. * @return The contents of the URL or file corresponding to the line number ! * containing the cursor position. */ public String getLine (Cursor cursor) |