This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new b94e5ac Add @since 1.7. b94e5ac is described below commit b94e5ac0256b3c9e66f066355340b129706cac46 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jun 1 15:16:59 2019 -0400 Add @since 1.7. --- src/main/java/org/apache/commons/csv/CSVFormat.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index d611ab2..b52e73d 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -1683,6 +1683,7 @@ public final class CSVFormat implements Serializable { * Returns a new {@code CSVFormat} that allows duplicate header names. * * @return a new {@code CSVFormat} that allows duplicate header names + * @since 1.7 */ public CSVFormat withAllowDuplicateHeaderNames() { return withAllowDuplicateHeaderNames(true);