Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03a6b50319
commit
3d72cb087a
|
@ -134,7 +134,7 @@ public class CSVParser implements Iterable<CSVRecord> {
|
|||
/**
|
||||
* Returns the current line number in the input stream.
|
||||
* <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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue