Repository: commons-csv Updated Branches: refs/heads/CSV-216 b23f963e8 -> 41101f124
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/41101f12 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/41101f12 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/41101f12 Branch: refs/heads/CSV-216 Commit: 41101f1248510fa332dd200e1d36b042c7b3737e Parents: b23f963 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon Aug 21 13:49:35 2017 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon Aug 21 13:49:35 2017 -0600 ---------------------------------------------------------------------- src/main/java/org/apache/commons/csv/CSVFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/41101f12/src/main/java/org/apache/commons/csv/CSVFormat.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index 1458666..bdac8e3 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -1788,7 +1788,7 @@ public final class CSVFormat implements Serializable { * @param mutableRecords * whether to generate CSVRecord or CSVMutableRecord * - * @return A new CSVFormat that is equal to this but with the specified null conversion string. + * @return A new CSVFormat that is equal to this but with setting to generate CSVRecord or CSVMutableRecord. */ public CSVFormat withMutableRecords(final boolean mutableRecords) { return new CSVFormat(delimiter, quoteCharacter, quoteMode, commentMarker, escapeCharacter,