Repository: commons-csv
Updated Branches:
  refs/heads/master bbf3ebe4b -> 4d0f22600


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/4d0f2260
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/4d0f2260
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/4d0f2260

Branch: refs/heads/master
Commit: 4d0f2260061124878a8f884fab0148a5b29f942a
Parents: bbf3ebe
Author: Gary Gregory <ggreg...@apache.org>
Authored: Thu Aug 10 13:00:42 2017 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Thu Aug 10 13:00:42 2017 -0700

----------------------------------------------------------------------
 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/4d0f2260/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 7bd5d0b..3b01bd6 100644
--- a/src/main/java/org/apache/commons/csv/CSVFormat.java
+++ b/src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -1245,7 +1245,7 @@ public final class CSVFormat implements Serializable {
     }
 
     /**
-     * Outputs the record separator.
+     * Outputs the trailing delimiter (if set) followed by the record 
separator (if set).
      *
      * @param out
      *            where to write

Reply via email to