Skip to content

Commit c04fc6c

Browse files
committed
Javadoc: Add missing since tag
1 parent c4cf407 commit c04fc6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ public char getDelimiter() {
15141514
* Returns the character delimiting the values (typically ";", "," or "\t").
15151515
*
15161516
* @return the delimiter.
1517+
* @since 1.9.0
15171518
*/
15181519
public String getDelimiterString() {
15191520
return delimiter;

0 commit comments

Comments
 (0)