Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-05-06 22:18:21 +00:00
parent e6ba150743
commit 883511fa42
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ final class ExtendedBufferedReader extends BufferedReader {
/**
* Returns the number of lines read
*
* @return the current-line-number (or -1)
* @return the current-line-number
*/
long getLineNumber() {
return lineCounter;