Skip to content

Commit 95bb098

Browse files
committed
Javadoc
1 parent b2948a6 commit 95bb098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/commons/cli/CommandLine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@ public Iterator<Option> iterator() {
10081008
* Parses a list of values as properties. All odd numbered values are property keys
10091009
* and even numbered values are property values. If there are an odd number of values
10101010
* the last value is assumed to be a boolean with a value of "true".
1011+
*
10111012
* @param props the properties to update.
10121013
* @param values the list of values to parse.
10131014
*/

0 commit comments

Comments
 (0)