Skip to content

Commit 883511f

Browse files
committed
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479701 13f79535-47bb-0310-9956-ffa450edef68
1 parent e6ba150 commit 883511f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ int lookAhead() throws IOException {
145145
/**
146146
* Returns the number of lines read
147147
*
148-
* @return the current-line-number (or -1)
148+
* @return the current-line-number
149149
*/
150150
long getLineNumber() {
151151
return lineCounter;

0 commit comments

Comments
 (0)