You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/10/13 18:23:02 UTC

svn commit: r1397889 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java

Author: ggregory
Date: Sat Oct 13 16:23:02 2012
New Revision: 1397889

URL: http://svn.apache.org/viewvc?rev=1397889&view=rev
Log:
Javadoc.

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java?rev=1397889&r1=1397888&r2=1397889&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java Sat Oct 13 16:23:02 2012
@@ -134,7 +134,7 @@ public class CSVParser implements Iterab
     /**
      * 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
      */