We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffce53 commit 0ff2f24Copy full SHA for 0ff2f24
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -1690,6 +1690,7 @@ public CSVFormat withAllowDuplicateHeaderNames() {
1690
/**
1691
* Returns a new {@code CSVFormat} with duplicate header names behavior set to the given value.
1692
*
1693
+ * @param allowDuplicateHeaderNames the duplicate header names behavior, true to allow, false to disallow.
1694
* @return a new {@code CSVFormat} with duplicate header names behavior set to the given value
1695
*/
1696
public CSVFormat withAllowDuplicateHeaderNames(final boolean allowDuplicateHeaderNames) {
0 commit comments