Skip to content

Commit 0ff2f24

Browse files
author
Gary Gregory
committed
Add missing Javadoc tag.
1 parent 6ffce53 commit 0ff2f24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,6 +1690,7 @@ public CSVFormat withAllowDuplicateHeaderNames() {
16901690
/**
16911691
* Returns a new {@code CSVFormat} with duplicate header names behavior set to the given value.
16921692
*
1693+
* @param allowDuplicateHeaderNames the duplicate header names behavior, true to allow, false to disallow.
16931694
* @return a new {@code CSVFormat} with duplicate header names behavior set to the given value
16941695
*/
16951696
public CSVFormat withAllowDuplicateHeaderNames(final boolean allowDuplicateHeaderNames) {

0 commit comments

Comments
 (0)