removing unused variable

This commit is contained in:
gbidsilva 2023-09-01 11:54:58 +05:30
parent 76d5a65348
commit 7273a04ac3
1 changed files with 0 additions and 2 deletions

View File

@ -353,8 +353,6 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
return new CSVParser(new InputStreamReader(url.openStream(), charset), format);
}
private int maxParsedTokenCount = 5;
private String headerComment;
private String trailerComment;