File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments