We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386e6e7 commit e613a3cCopy full SHA for e613a3c
1 file changed
src/main/java/org/apache/commons/csv/Lexer.java
@@ -321,7 +321,7 @@ Token nextToken(final Token token) throws IOException {
321
* the current token
322
* @return a valid token object
323
* @throws IOException
324
- * Thrown when in an invalid state: EOF before closing encapsulator or invalid character before
+ * Thrown when in an invalid state: EOF before closing encapsulator or invalid character before
325
* delimiter or EOL.
326
*/
327
private Token parseEncapsulatedToken(final Token token) throws IOException {
0 commit comments