You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/07/30 17:59:36 UTC

commons-csv git commit: Javadocs.

Repository: commons-csv
Updated Branches:
  refs/heads/master ac46f73b2 -> b0b36b226


Javadocs.

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

Branch: refs/heads/master
Commit: b0b36b226792a158419d73bd98bb683e6458faf3
Parents: ac46f73
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Jul 30 10:59:34 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Jul 30 10:59:34 2016 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/commons/csv/CSVParser.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/b0b36b22/src/main/java/org/apache/commons/csv/CSVParser.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/csv/CSVParser.java b/src/main/java/org/apache/commons/csv/CSVParser.java
index c718521..8239a6b 100644
--- a/src/main/java/org/apache/commons/csv/CSVParser.java
+++ b/src/main/java/org/apache/commons/csv/CSVParser.java
@@ -135,7 +135,7 @@ import java.util.TreeMap;
 public final class CSVParser implements Iterable<CSVRecord>, Closeable {
 
     /**
-     * Customized CSV parser using the given {@link CSVFormat}
+     * Creates a CSV parser using the given {@link CSVFormat}.
      *
      * <p>
      * If you do not read all records from the given {@code reader}, you should
@@ -167,7 +167,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
     }
 
     /**
-     * Customized CSV parser using the given {@link CSVFormat}
+     * Creates a CSV parser using the given {@link CSVFormat}
      *
      * <p>
      * If you do not read all records from the given {@code reader}, you should