This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new e613a3cc Javadoc e613a3cc is described below commit e613a3cc1b4029d253d34220eec40d73908e6075 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 30 09:12:10 2023 -0400 Javadoc --- src/main/java/org/apache/commons/csv/Lexer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/Lexer.java b/src/main/java/org/apache/commons/csv/Lexer.java index ea29ff68..01716720 100644 --- a/src/main/java/org/apache/commons/csv/Lexer.java +++ b/src/main/java/org/apache/commons/csv/Lexer.java @@ -321,7 +321,7 @@ final class Lexer implements Closeable { * the current token * @return a valid token object * @throws IOException - * 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 * delimiter or EOL. */ private Token parseEncapsulatedToken(final Token token) throws IOException {