Fix Checkstyle line length.

This commit is contained in:
Gary Gregory 2020-01-18 11:32:40 -05:00
parent de07d7533b
commit 680398e759
1 changed files with 2 additions and 3 deletions

View File

@ -2112,9 +2112,8 @@ public final class CSVFormat implements Serializable {
/**
* Returns a new {@code CSVFormat} with the parser trimming behavior of the format set to the given value.
*
* @param ignoreSurroundingSpaces
* the parser trimming behavior, {@code true} to remove the surrounding spaces, {@code false} to leave the
* spaces as is.
* @param ignoreSurroundingSpaces the parser trimming behavior, {@code true} to remove the surrounding spaces,
* {@code false} to leave the spaces as is.
* @return A new CSVFormat that is equal to this but with the specified trimming behavior.
*/
public CSVFormat withIgnoreSurroundingSpaces(final boolean ignoreSurroundingSpaces) {