Unnecessary semicolon.

This commit is contained in:
Gary Gregory 2019-02-23 08:20:53 -05:00
parent bf2c2f7ad6
commit 483ba855f2
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
public void remove() {
throw new UnsupportedOperationException();
}
};
}
/**
* Parses the next record from the current point in the stream.