Author: ggregory
Date: Mon May 23 20:24:33 2016
New Revision: 1745258

URL: http://svn.apache.org/viewvc?rev=1745258&view=rev
Log:
Javadoc.

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Modified: 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java?rev=1745258&r1=1745257&r2=1745258&view=diff
==============================================================================
--- 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java 
(original)
+++ 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java 
Mon May 23 20:24:33 2016
@@ -287,7 +287,7 @@ public final class CSVFormat implements
             .withQuote(DOUBLE_QUOTE_CHAR).withRecordSeparator(LF);
 
     /**
-     * Default Informix CSV UNLOAD format used by the {@code UNLOAD TO 
file_name} operation.
+     * Default Informix CSV UNLOAD format used by the {@code UNLOAD TO 
file_name} operation (escaping is disabled.)
      *
      * <p>
      * This is a comma-delimited format with a LF character as the line 
separator. Values are not quoted and special


Reply via email to