Skip to content

Commit 19ead89

Browse files
committed
New private methods do not need a Javadoc since tag
1 parent 2dac643 commit 19ead89

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ public Object getOptionObject(final String opt) {
176176
* the last value is assumed to be a boolean with a value of "true".
177177
* @param props the properties to update.
178178
* @param values the list of values to parse.
179-
* @since 1.7.0
180179
*/
181180
private void processPropertiesFromValues(final Properties props, final List<String> values) {
182181
for (int i = 0; i < values.size(); i += 2) {

0 commit comments

Comments
 (0)