mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-06 10:09:08 +00:00
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:
parent
e6ba150743
commit
883511fa42
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user