We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda84d2 commit e3d6c39Copy full SHA for e3d6c39
src/main/java/org/apache/commons/cli/Option.java
@@ -362,7 +362,7 @@ public Builder valueSeparator(final char valueSeparator) {
362
/**
363
* The Option will use ',' to invoke listValueSeparator()
364
*
365
- * @since 1.10.0
+ * @since 1.11.0
366
* @return this builder.
367
*/
368
public Builder listValueSeparator() {
@@ -395,7 +395,7 @@ public Builder listValueSeparator() {
395
396
* </pre>
397
398
399
* @param listValueSeparator The char to be used to split the argument into mulitple values.
400
401
0 commit comments