Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-29 10:57:55 +00:00
parent fe10274918
commit 517bf0d583
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ class ExtendedBufferedReader extends BufferedReader {
* Increments {@link #lineCounter}
* <p>
* Sets {@link #lastChar} to {@link #END_OF_STREAM} at EOF,
* otherwise to last character on the line (won't be CR or LF)
* otherwise to LF
*
* @return the line that was read, or null if reached EOF.
*/
@ -149,7 +149,7 @@ class ExtendedBufferedReader extends BufferedReader {
}
/**
* Returns the nof line read
* Returns the number of lines read
*
* @return the current-line-number (or -1)
*/