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 d482fd2 commit c290f13Copy full SHA for c290f13
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -623,9 +623,10 @@ public static CSVFormat valueOf(final String format) {
623
* TODO
624
* @param trailingDelimiter
625
626
- * @param mutableRecords TODO
627
* @param autoFlush
628
+ * @param mutableRecords
629
+ * if {@code true}, return {@link CSVMutableRecord}
630
*
631
* @throws IllegalArgumentException
632
* if the delimiter is a line break character
0 commit comments