Don't use a deprecated reference.

This commit is contained in:
Gary Gregory 2022-02-19 12:44:03 -05:00
parent c158188597
commit d5d57ef66d
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/