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:
parent
63ddb09152
commit
b8f37e2168
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue