Repository: commons-csv
Updated Branches:
  refs/heads/master 98d440793 -> ea13687e6


The the patrol.

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

Branch: refs/heads/master
Commit: ea13687e6637fc50ff5c38585c26b57fbf811a3c
Parents: 98d4407
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Sat Jun 16 15:44:55 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Sat Jun 16 15:44:55 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/ea13687e/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 ae96b1e..a74e47b 100644
--- a/src/main/java/org/apache/commons/csv/CSVFormat.java
+++ b/src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -1943,7 +1943,7 @@ public final class CSVFormat implements Serializable {
     /**
      * Returns a new {@code CSVFormat} with skipping the header record set to 
{@code true}.
      *
-     * @return A new CSVFormat that is equal to this but with the the 
specified skipHeaderRecord setting.
+     * @return A new CSVFormat that is equal to this but with the specified 
skipHeaderRecord setting.
      * @see #withSkipHeaderRecord(boolean)
      * @see #withHeader(String...)
      * @since 1.1
@@ -1958,7 +1958,7 @@ public final class CSVFormat implements Serializable {
      * @param skipHeaderRecord
      *            whether to skip the header record.
      *
-     * @return A new CSVFormat that is equal to this but with the the 
specified skipHeaderRecord setting.
+     * @return A new CSVFormat that is equal to this but with the specified 
skipHeaderRecord setting.
      * @see #withHeader(String...)
      */
     public CSVFormat withSkipHeaderRecord(final boolean skipHeaderRecord) {

Reply via email to