Skip to content

Commit 1238915

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635130 13f79535-47bb-0310-9956-ffa450edef68
1 parent 770628d commit 1238915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public static CSVParser parse(final URL url, final Charset charset, final CSVFor
225225

226226
/**
227227
* Lexer offset when the parser does not start parsing at the beginning of the source. Usually used in combination
228-
* with {@link #setNextRecordNumber(long)}
228+
* with {@link #recordNumber}.
229229
*/
230230
private final long characterOffset;
231231

0 commit comments

Comments
 (0)