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 58bdedb1 Remove trailing whitespace 58bdedb1 is described below commit 58bdedb16bdf4315744469d4cad33002fc6139dd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 29 23:01:26 2024 -0400 Remove trailing whitespace --- src/main/java/org/apache/commons/csv/CSVPrinter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/csv/CSVPrinter.java b/src/main/java/org/apache/commons/csv/CSVPrinter.java index fa4294dc..1ca8e4f6 100644 --- a/src/main/java/org/apache/commons/csv/CSVPrinter.java +++ b/src/main/java/org/apache/commons/csv/CSVPrinter.java @@ -341,7 +341,7 @@ public final class CSVPrinter implements Flushable, Closeable { * </p> * * <pre> - * {@code + * {@code * A, B, C * 1, 2, 3 * A1, B2, C3 @@ -383,7 +383,7 @@ public final class CSVPrinter implements Flushable, Closeable { * Calling this method will print: * </p> * - * <pre>{@code + * <pre>{@code * A, B, C * 1, 2, 3 * A1, B2, C3 @@ -473,7 +473,7 @@ public final class CSVPrinter implements Flushable, Closeable { * </p> * * <pre> - * {@code + * {@code * A, B, C * 1, 2, 3 * A1, B2, C3