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 55a885ec Javadoc
55a885ec is described below
commit 55a885ec2d739646ecc197e4d47ec035bc1cdeec
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 30 22:48:24 2024 -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 11fc26e1..b5d9e29f 100644
--- a/src/main/java/org/apache/commons/csv/Lexer.java
+++ b/src/main/java/org/apache/commons/csv/Lexer.java
@@ -50,7 +50,7 @@ final class Lexer implements Closeable {
private final boolean lenientEof;
private final boolean trailingData;
- /** The input stream */
+ /** The buffered reader. */
private final ExtendedBufferedReader reader;
private String firstEol;