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 2022/02/19 17:44:05 UTC

[commons-csv] branch master updated: Don't use a deprecated reference.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new d5d57ef  Don't use a deprecated reference.
d5d57ef is described below

commit d5d57ef66d865c093cc9d51538c4d44fd01ec4cc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 19 12:44:03 2022 -0500

    Don't use a deprecated reference.
---
 src/main/java/org/apache/commons/csv/DuplicateHeaderMode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/csv/DuplicateHeaderMode.java b/src/main/java/org/apache/commons/csv/DuplicateHeaderMode.java
index e623ada..28ce071 100644
--- a/src/main/java/org/apache/commons/csv/DuplicateHeaderMode.java
+++ b/src/main/java/org/apache/commons/csv/DuplicateHeaderMode.java
@@ -19,7 +19,7 @@ package org.apache.commons.csv;
 
 /**
  * Determines how duplicate header fields should be handled
- * if {@link CSVFormat#withHeader(String...)} is not null.
+ * if {@link CSVFormat.Builder#setHeader(Class)} is not null.
  *
  * @since 1.9.0
  */