Javadoc: Add missing since tag
This commit is contained in:
parent
c4cf4078d0
commit
c04fc6c022
|
@ -1514,6 +1514,7 @@ public final class CSVFormat implements Serializable {
|
||||||
* Returns the character delimiting the values (typically ";", "," or "\t").
|
* Returns the character delimiting the values (typically ";", "," or "\t").
|
||||||
*
|
*
|
||||||
* @return the delimiter.
|
* @return the delimiter.
|
||||||
|
* @since 1.9.0
|
||||||
*/
|
*/
|
||||||
public String getDelimiterString() {
|
public String getDelimiterString() {
|
||||||
return delimiter;
|
return delimiter;
|
||||||
|
|
Loading…
Reference in New Issue