We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dac643 commit 19ead89Copy full SHA for 19ead89
1 file changed
src/main/java/org/apache/commons/cli/CommandLine.java
@@ -176,7 +176,6 @@ public Object getOptionObject(final String opt) {
176
* the last value is assumed to be a boolean with a value of "true".
177
* @param props the properties to update.
178
* @param values the list of values to parse.
179
- * @since 1.7.0
180
*/
181
private void processPropertiesFromValues(final Properties props, final List<String> values) {
182
for (int i = 0; i < values.size(); i += 2) {
0 commit comments