mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-16 06:55:56 +00:00
Remove trailing whitespace
Use final
This commit is contained in:
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…
x
Reference in New Issue
Block a user