Author: ggregory
Date: Sat Oct 13 17:42:06 2012
New Revision: 1397913

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

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

Modified: 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java?rev=1397913&r1=1397912&r2=1397913&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java 
(original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java 
Sat Oct 13 17:42:06 2012
@@ -111,7 +111,7 @@ abstract class Lexer {
     }
 
     /**
-     * Greedy - accepts \n, \r and \r\n This checker consumes silently the 
second control-character...
+     * Greedily accepts \n, \r and \r\n This checker consumes silently the 
second control-character...
      *
      * @return true if the given character is a line-terminator
      */


Reply via email to