Skip to content

Commit fe7aadf

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

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
@@ -287,7 +287,7 @@ public CSVFormat getFormat() {
287287
.withQuote(DOUBLE_QUOTE_CHAR).withRecordSeparator(LF);
288288

289289
/**
290-
* Default Informix CSV UNLOAD format used by the {@code UNLOAD TO file_name} operation.
290+
* Default Informix CSV UNLOAD format used by the {@code UNLOAD TO file_name} operation (escaping is disabled.)
291291
*
292292
* <p>
293293
* This is a comma-delimited format with a LF character as the line separator. Values are not quoted and special

0 commit comments

Comments
 (0)