Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
770628d292
commit
12389155b3
|
@ -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
|
* 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;
|
private final long characterOffset;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue