Skip to content

Commit b8f37e2

Browse files
committed
Fix JavaDoc errors
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742147 13f79535-47bb-0310-9956-ffa450edef68
1 parent 63ddb09 commit b8f37e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ public CSVFormat withTrim(final boolean trim) {
14141414

14151415
/**
14161416
* Returns a new {@code CSVFormat} to add a trailing delimiter.
1417-
* *
1417+
*
14181418
* @return A new CSVFormat that is equal to this but with the trailing delimiter setting.
14191419
*/
14201420
public CSVFormat withTrailingDelimiter() {
@@ -1424,7 +1424,7 @@ public CSVFormat withTrailingDelimiter() {
14241424
/**
14251425
* Returns a new {@code CSVFormat} with whether to add a trailing delimiter.
14261426
*
1427-
* @param trim
1427+
* @param trailingDelimiter
14281428
* whether to add a trailing delimiter.
14291429
*
14301430
* @return A new CSVFormat that is equal to this but with the specified trailing delimiter setting.

0 commit comments

Comments
 (0)