Fix JavaDoc errors

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2016-05-03 17:32:06 +00:00
parent 63ddb09152
commit b8f37e2168
1 changed files with 2 additions and 2 deletions

View File

@ -1414,7 +1414,7 @@ public final class CSVFormat implements Serializable {
/**
* Returns a new {@code CSVFormat} to add a trailing delimiter.
* *
*
* @return A new CSVFormat that is equal to this but with the trailing delimiter setting.
*/
public CSVFormat withTrailingDelimiter() {
@ -1424,7 +1424,7 @@ public final class CSVFormat implements Serializable {
/**
* Returns a new {@code CSVFormat} with whether to add a trailing delimiter.
*
* @param trim
* @param trailingDelimiter
* whether to add a trailing delimiter.
*
* @return A new CSVFormat that is equal to this but with the specified trailing delimiter setting.