This commit is contained in:
Gary Gregory 2024-08-30 22:48:24 -04:00
parent 1b9e42335a
commit 55a885ec2d
1 changed files with 1 additions and 1 deletions

View File

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