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