Remove useless inline comments.

This commit is contained in:
Gary Gregory 2021-07-08 20:18:51 -04:00
parent ca5eb7cdbe
commit 46bae4b99b
1 changed files with 0 additions and 4 deletions

View File

@ -110,10 +110,6 @@ public final class CSVPrinter implements Flushable, Closeable {
}
}
// ======================================================
// printing implementation
// ======================================================
@Override
public void close() throws IOException {
close(false);