Add @since 1.7.

This commit is contained in:
Gary Gregory 2019-06-01 15:16:59 -04:00
parent e2b55d0a7b
commit b94e5ac025
1 changed files with 1 additions and 0 deletions

View File

@ -1683,6 +1683,7 @@ public final class CSVFormat implements Serializable {
* Returns a new {@code CSVFormat} that allows duplicate header names. * Returns a new {@code CSVFormat} that allows duplicate header names.
* *
* @return 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() { public CSVFormat withAllowDuplicateHeaderNames() {
return withAllowDuplicateHeaderNames(true); return withAllowDuplicateHeaderNames(true);