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:
parent
fe10274918
commit
517bf0d583
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue