We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b55d0 commit b94e5acCopy full SHA for b94e5ac
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -1683,6 +1683,7 @@ private void validate() throws IllegalArgumentException {
1683
* Returns a new {@code CSVFormat} that allows duplicate header names.
1684
*
1685
* @return a new {@code CSVFormat} that allows duplicate header names
1686
+ * @since 1.7
1687
*/
1688
public CSVFormat withAllowDuplicateHeaderNames() {
1689
return withAllowDuplicateHeaderNames(true);
0 commit comments