Skip to content

Commit 517bf0d

Browse files
committed
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306784 13f79535-47bb-0310-9956-ffa450edef68
1 parent fe10274 commit 517bf0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public int read(char[] buf, int offset, int length) throws IOException {
114114
* Increments {@link #lineCounter}
115115
* <p>
116116
* Sets {@link #lastChar} to {@link #END_OF_STREAM} at EOF,
117-
* otherwise to last character on the line (won't be CR or LF)
117+
* otherwise to LF
118118
*
119119
* @return the line that was read, or null if reached EOF.
120120
*/
@@ -149,7 +149,7 @@ int lookAhead() throws IOException {
149149
}
150150

151151
/**
152-
* Returns the nof line read
152+
* Returns the number of lines read
153153
*
154154
* @return the current-line-number (or -1)
155155
*/

0 commit comments

Comments
 (0)