parent
9f4bf36ecc
commit
e9d466ecc5
|
@ -57,7 +57,7 @@ final class ExtendedBufferedReader extends UnsynchronizedBufferedReader {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void mark(int readAheadLimit) throws IOException {
|
||||
public void mark(final int readAheadLimit) throws IOException {
|
||||
lineNumberMark = lineNumber;
|
||||
lastCharMark = lastChar;
|
||||
positionMark = position;
|
||||
|
|
Loading…
Reference in New Issue