Javadoc: Add missing since tag

This commit is contained in:
Gary Gregory 2022-10-15 09:41:01 -04:00
parent c4cf4078d0
commit c04fc6c022
1 changed files with 1 additions and 0 deletions

View File

@ -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;