Skip to content

Commit d5d57ef

Browse files
committed
Don't use a deprecated reference.
1 parent c158188 commit d5d57ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/DuplicateHeaderMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* Determines how duplicate header fields should be handled
22-
* if {@link CSVFormat#withHeader(String...)} is not null.
22+
* if {@link CSVFormat.Builder#setHeader(Class)} is not null.
2323
*
2424
* @since 1.9.0
2525
*/

0 commit comments

Comments
 (0)