Skip to content

Commit 3d72cb0

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397889 13f79535-47bb-0310-9956-ffa450edef68
1 parent 03a6b50 commit 3d72cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public Map<String, Integer> getHeaderMap() {
134134
/**
135135
* Returns the current line number in the input stream.
136136
* <p/>
137-
* ATTENTION: in case your csv has multiline-values the returned number does not correspond to the record-number
137+
* ATTENTION: If your CSV input has multiline-values, the returned number does not correspond to the record-number.
138138
*
139139
* @return current line number
140140
*/

0 commit comments

Comments
 (0)