Skip to content

Commit bb7d696

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397771 13f79535-47bb-0310-9956-ffa450edef68
1 parent ba609af commit bb7d696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public class CSVFormat implements Serializable {
121121

122122
/**
123123
* 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
124+
* a tab-delimited format with a LF character as the line separator. Values are not quoted and special characters
125125
* are escaped with '\'.
126126
*
127127
* @see <a href="http://dev.mysql.com/doc/refman/5.1/en/load-data.html">

0 commit comments

Comments
 (0)