From c6cd6ce8ee461328d3331fd96e82c8f8651b4ee4 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 1 Nov 2017 16:05:40 -0600 Subject: [PATCH] Remove trailing white spaces on all lines. --- src/main/java/org/apache/commons/csv/CSVPrinter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/CSVPrinter.java b/src/main/java/org/apache/commons/csv/CSVPrinter.java index c8ce042f..6049173c 100644 --- a/src/main/java/org/apache/commons/csv/CSVPrinter.java +++ b/src/main/java/org/apache/commons/csv/CSVPrinter.java @@ -87,7 +87,7 @@ public final class CSVPrinter implements Flushable, Closeable { /** * Closes the underlying stream with an optional flush first. * @param flush whether to flush before the actual close. - * + * * @throws IOException * If an I/O error occurs * @since 1.6