You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/29 12:57:55 UTC

svn commit: r1306784 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java

Author: sebb
Date: Thu Mar 29 10:57:55 2012
New Revision: 1306784

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

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

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java?rev=1306784&r1=1306783&r2=1306784&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java Thu Mar 29 10:57:55 2012
@@ -114,7 +114,7 @@ class ExtendedBufferedReader extends Buf
      * Increments  {@link #lineCounter}
      * <p>
      * Sets {@link #lastChar} to {@link #END_OF_STREAM} at EOF, 
-     * otherwise to last character on the line (won't be CR or LF) 
+     * otherwise to LF 
      * 
      * @return the line that was read, or null if reached EOF.
      */
@@ -149,7 +149,7 @@ class ExtendedBufferedReader extends Buf
     }
 
     /**
-     * Returns the nof line read
+     * Returns the number of lines read
      *
      * @return the current-line-number (or -1)
      */