Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit c290f13

Browse files
committed
CSV-216: Javadoc of @param mutableREcords
1 parent d482fd2 commit c290f13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,9 +623,10 @@ public static CSVFormat valueOf(final String format) {
623623
* TODO
624624
* @param trailingDelimiter
625625
* TODO
626-
* @param mutableRecords TODO
627626
* @param autoFlush
628627
* TODO
628+
* @param mutableRecords
629+
* if {@code true}, return {@link CSVMutableRecord}
629630
*
630631
* @throws IllegalArgumentException
631632
* if the delimiter is a line break character

0 commit comments

Comments
 (0)