Skip to content

Commit 46bae4b

Browse files
committed
Remove useless inline comments.
1 parent ca5eb7c commit 46bae4b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/org/apache/commons/csv/CSVPrinter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ public CSVPrinter(final Appendable out, final CSVFormat format) throws IOExcepti
110110
}
111111
}
112112

113-
// ======================================================
114-
// printing implementation
115-
// ======================================================
116-
117113
@Override
118114
public void close() throws IOException {
119115
close(false);

0 commit comments

Comments
 (0)