Skip to content

Commit 680398e

Browse files
committed
Fix Checkstyle line length.
1 parent de07d75 commit 680398e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,9 +2112,8 @@ public CSVFormat withIgnoreSurroundingSpaces() {
21122112
/**
21132113
* Returns a new {@code CSVFormat} with the parser trimming behavior of the format set to the given value.
21142114
*
2115-
* @param ignoreSurroundingSpaces
2116-
* the parser trimming behavior, {@code true} to remove the surrounding spaces, {@code false} to leave the
2117-
* spaces as is.
2115+
* @param ignoreSurroundingSpaces the parser trimming behavior, {@code true} to remove the surrounding spaces,
2116+
* {@code false} to leave the spaces as is.
21182117
* @return A new CSVFormat that is equal to this but with the specified trimming behavior.
21192118
*/
21202119
public CSVFormat withIgnoreSurroundingSpaces(final boolean ignoreSurroundingSpaces) {

0 commit comments

Comments
 (0)