Remove useless inline comments.
This commit is contained in:
parent
ca5eb7cdbe
commit
46bae4b99b
|
@ -110,10 +110,6 @@ public final class CSVPrinter implements Flushable, Closeable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ======================================================
|
|
||||||
// printing implementation
|
|
||||||
// ======================================================
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void close() throws IOException {
|
public void close() throws IOException {
|
||||||
close(false);
|
close(false);
|
||||||
|
|
Loading…
Reference in New Issue