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 0ff2f24 Add missing Javadoc tag. 0ff2f24 is described below commit 0ff2f24499b54cd3b3439d35d8f4b3ab590de908 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue May 28 23:46:36 2019 -0400 Add missing Javadoc tag. --- 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 98f5724..922dad6 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -1690,6 +1690,7 @@ public final class CSVFormat implements Serializable { /** * Returns a new {@code CSVFormat} with duplicate header names behavior set to the given value. * + * @param allowDuplicateHeaderNames the duplicate header names behavior, true to allow, false to disallow. * @return a new {@code CSVFormat} with duplicate header names behavior set to the given value */ public CSVFormat withAllowDuplicateHeaderNames(final boolean allowDuplicateHeaderNames) {