mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-17 07:26:32 +00:00
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.
|
* 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.
|
* @return A new CSVFormat that is equal to this but with the trailing delimiter setting.
|
||||||
*/
|
*/
|
||||||
public CSVFormat withTrailingDelimiter() {
|
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.
|
* Returns a new {@code CSVFormat} with whether to add a trailing delimiter.
|
||||||
*
|
*
|
||||||
* @param trim
|
* @param trailingDelimiter
|
||||||
* whether to add a trailing delimiter.
|
* whether to add a trailing delimiter.
|
||||||
*
|
*
|
||||||
* @return A new CSVFormat that is equal to this but with the specified trailing delimiter setting.
|
* @return A new CSVFormat that is equal to this but with the specified trailing delimiter setting.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user