git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-10-29 13:33:33 +00:00
parent 770628d292
commit 12389155b3
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
/**
* Lexer offset when the parser does not start parsing at the beginning of the source. Usually used in combination
* with {@link #setNextRecordNumber(long)}
* with {@link #recordNumber}.
*/
private final long characterOffset;