Don't use a deprecated reference.
This commit is contained in:
parent
c158188597
commit
d5d57ef66d
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue