This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new 46bae4b Remove useless inline comments. 46bae4b is described below commit 46bae4b99b3151e7bb358a5fcb896be44324282d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 8 20:18:51 2021 -0400 Remove useless inline comments. --- src/main/java/org/apache/commons/csv/CSVPrinter.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/org/apache/commons/csv/CSVPrinter.java b/src/main/java/org/apache/commons/csv/CSVPrinter.java index a7b3014..6eb71c3 100644 --- a/src/main/java/org/apache/commons/csv/CSVPrinter.java +++ b/src/main/java/org/apache/commons/csv/CSVPrinter.java @@ -110,10 +110,6 @@ public final class CSVPrinter implements Flushable, Closeable { } } - // ====================================================== - // printing implementation - // ====================================================== - @Override public void close() throws IOException { close(false);