Javadoc: use the active voice.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1461239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-26 17:45:01 +00:00
parent 05ecd91994
commit 9107316c0b
1 changed files with 1 additions and 1 deletions

View File

@ -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: