Skip to content

Commit 2d11aab

Browse files
committed
Fix since tag
1 parent 72ba42e commit 2d11aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Determines how duplicate header fields should be handled
2222
* if {@link CSVFormat.Builder#setHeader(Class)} is not null.
2323
*
24-
* @since 1.9.0
24+
* @since 1.10.0
2525
*/
2626
public enum DuplicateHeaderMode {
2727

0 commit comments

Comments
 (0)