From 57a1aef278cb457ba80725508756f5cf053da170 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Tue, 11 Sep 2012 21:09:12 +0000 Subject: [PATCH] Remove trailing spaces. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1383611 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/csv/CSVFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index c2d9562e..34a735b3 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -119,7 +119,7 @@ public class CSVFormat implements Serializable { * Default MySQL format used by the SELECT INTO OUTFILE and LOAD DATA INFILE operations. This is * a tab-delimited format with a LF character as the line separator. Values are not quoted and special characters * are escaped with '\'. - * + * * @see * http://dev.mysql.com/doc/refman/5.1/en/load-data.html */