git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-13 16:23:02 +00:00
parent 03a6b50319
commit 3d72cb087a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public class CSVParser implements Iterable<CSVRecord> {
/** /**
* Returns the current line number in the input stream. * Returns the current line number in the input stream.
* <p/> * <p/>
* ATTENTION: in case your csv has multiline-values the returned number does not correspond to the record-number * ATTENTION: If your CSV input has multiline-values, the returned number does not correspond to the record-number.
* *
* @return current line number * @return current line number
*/ */