We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba609af commit bb7d696Copy full SHA for bb7d696
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -121,7 +121,7 @@ public class CSVFormat implements Serializable {
121
122
/**
123
* Default MySQL format used by the <tt>SELECT INTO OUTFILE</tt> and <tt>LOAD DATA INFILE</tt> operations. This is
124
- * 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
125
* are escaped with '\'.
126
*
127
* @see <a href="http://dev.mysql.com/doc/refman/5.1/en/load-data.html">
0 commit comments