Author: ggregory
Date: Tue Mar 26 17:45:01 2013
New Revision: 1461239

URL: http://svn.apache.org/r1461239
Log:
Javadoc: use the active voice.

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

Modified: 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java?rev=1461239&r1=1461238&r2=1461239&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java 
(original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java 
Tue Mar 26 17:45:01 2013
@@ -128,7 +128,7 @@ final class CSVLexer extends Lexer {
     }
 
     /**
-     * Parsed a simple token.
+     * Parses a simple token.
      * <p/>
      * Simple token are tokens which are not surrounded by encapsulators. A 
simple token might contain escaped
      * delimiters (as \, or \;). The token is finished when one of the 
following conditions become true:


Reply via email to