We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c6996 commit 7af42c0Copy full SHA for 7af42c0
1 file changed
src/main/java/org/apache/commons/cli/Option.java
@@ -822,8 +822,6 @@ public boolean isRequired() {
822
* and there are more value separators in the value, parsing is ceased and the remaining characters are added as a single token.
823
*
824
* @param value The String to be processed.
825
- *
826
- * @since 1.0.1
827
*/
828
private void processValue(final String value) {
829
String add = value;
0 commit comments