From 12389155b3bc5ccc0f99ec57b53d3532197a70e1 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Wed, 29 Oct 2014 13:33:33 +0000 Subject: [PATCH] Javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635130 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/csv/CSVParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/CSVParser.java b/src/main/java/org/apache/commons/csv/CSVParser.java index 41ed497c..5211d08d 100644 --- a/src/main/java/org/apache/commons/csv/CSVParser.java +++ b/src/main/java/org/apache/commons/csv/CSVParser.java @@ -225,7 +225,7 @@ public final class CSVParser implements Iterable, 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;