Skip to content

Commit b94e5ac

Browse files
author
Gary Gregory
committed
Add @SInCE 1.7.
1 parent e2b55d0 commit b94e5ac

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
@@ -1683,6 +1683,7 @@ private void validate() throws IllegalArgumentException {
16831683
* Returns a new {@code CSVFormat} that allows duplicate header names.
16841684
*
16851685
* @return a new {@code CSVFormat} that allows duplicate header names
1686+
* @since 1.7
16861687
*/
16871688
public CSVFormat withAllowDuplicateHeaderNames() {
16881689
return withAllowDuplicateHeaderNames(true);

0 commit comments

Comments
 (0)