Skip to content

Commit e15ffc1

Browse files
committed
No need for Javadoc since tag in package-private methods
1 parent 509f6e1 commit e15ffc1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,6 @@ void processValue(final String value) {
850850
* Tests whether the option requires more arguments to be valid.
851851
*
852852
* @return false if the option doesn't require more arguments.
853-
* @since 1.3
854853
*/
855854
boolean requiresArg() {
856855
if (optionalArg) {

0 commit comments

Comments
 (0)