Skip to content

Commit 41101f1

Browse files
committed
Javadoc.
1 parent b23f963 commit 41101f1

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
@@ -1788,7 +1788,7 @@ public CSVFormat withIgnoreSurroundingSpaces(final boolean ignoreSurroundingSpac
17881788
* @param mutableRecords
17891789
* whether to generate CSVRecord or CSVMutableRecord
17901790
*
1791-
* @return A new CSVFormat that is equal to this but with the specified null conversion string.
1791+
* @return A new CSVFormat that is equal to this but with setting to generate CSVRecord or CSVMutableRecord.
17921792
*/
17931793
public CSVFormat withMutableRecords(final boolean mutableRecords) {
17941794
return new CSVFormat(delimiter, quoteCharacter, quoteMode, commentMarker, escapeCharacter,

0 commit comments

Comments
 (0)