Skip to content

Commit 58bdedb

Browse files
committed
Remove trailing whitespace
1 parent b240dec commit 58bdedb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ private void printRecordObject(final Object value) throws IOException {
341341
* </p>
342342
*
343343
* <pre>
344-
* {@code
344+
* {@code
345345
* A, B, C
346346
* 1, 2, 3
347347
* A1, B2, C3
@@ -383,7 +383,7 @@ public void printRecords(final Iterable<?> values) throws IOException {
383383
* Calling this method will print:
384384
* </p>
385385
*
386-
* <pre>{@code
386+
* <pre>{@code
387387
* A, B, C
388388
* 1, 2, 3
389389
* A1, B2, C3
@@ -473,7 +473,7 @@ public void printRecords(final ResultSet resultSet, final boolean printHeader) t
473473
* </p>
474474
*
475475
* <pre>
476-
* {@code
476+
* {@code
477477
* A, B, C
478478
* 1, 2, 3
479479
* A1, B2, C3

0 commit comments

Comments
 (0)