From bb7d696218902c8b0709be066032162db588628d Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Sat, 13 Oct 2012 05:39:15 +0000 Subject: [PATCH] Javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397771 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 913ede7c..8e15a8cf 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -121,7 +121,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_STR character as the line separator. Values are not quoted and special characters + * a tab-delimited format with a LF character as the line separator. Values are not quoted and special characters * are escaped with '\'. * * @see