We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ddb09 commit b8f37e2Copy full SHA for b8f37e2
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -1414,7 +1414,7 @@ public CSVFormat withTrim(final boolean trim) {
1414
1415
/**
1416
* Returns a new {@code CSVFormat} to add a trailing delimiter.
1417
- * *
+ *
1418
* @return A new CSVFormat that is equal to this but with the trailing delimiter setting.
1419
*/
1420
public CSVFormat withTrailingDelimiter() {
@@ -1424,7 +1424,7 @@ public CSVFormat withTrailingDelimiter() {
1424
1425
* Returns a new {@code CSVFormat} with whether to add a trailing delimiter.
1426
*
1427
- * @param trim
+ * @param trailingDelimiter
1428
* whether to add a trailing delimiter.
1429
1430
* @return A new CSVFormat that is equal to this but with the specified trailing delimiter setting.
0 commit comments