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 c04fc6c0 Javadoc: Add missing since tag c04fc6c0 is described below commit c04fc6c022db2d3fd22bee23d82e6ae08869da3d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 15 09:41:01 2022 -0400 Javadoc: Add missing since 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 35500f7a..0db9e913 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -1514,6 +1514,7 @@ public final class CSVFormat implements Serializable { * Returns the character delimiting the values (typically ";", "," or "\t"). * * @return the delimiter. + * @since 1.9.0 */ public String getDelimiterString() { return delimiter;