You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2018/02/09 14:31:35 UTC

commons-csv git commit: CSV-216: Javadoc of @param mutableREcords

Repository: commons-csv
Updated Branches:
  refs/heads/CSV-216 d482fd289 -> c290f133c


CSV-216: Javadoc of @param mutableREcords


Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/c290f133
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/c290f133
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/c290f133

Branch: refs/heads/CSV-216
Commit: c290f133cbbdec6a95f68866e3236896f1b295b5
Parents: d482fd2
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 9 14:31:09 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 9 14:31:09 2018 +0000

----------------------------------------------------------------------
 src/main/java/org/apache/commons/csv/CSVFormat.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/c290f133/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 e53e3b6..2292081 100644
--- a/src/main/java/org/apache/commons/csv/CSVFormat.java
+++ b/src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -623,9 +623,10 @@ public final class CSVFormat implements Serializable {
      *            TODO
      * @param trailingDelimiter
      *            TODO
-     * @param mutableRecords TODO
      * @param autoFlush
      * 	TODO
+     * @param mutableRecords
+     * 	           if {@code true}, return {@link CSVMutableRecord} 
      * 
      * @throws IllegalArgumentException
      *             if the delimiter is a line break character