Skip to content

Commit e30f005

Browse files
committed
Normalize Javadoc @param formatting
1 parent 686b336 commit e30f005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public static OptionBuilder hasOptionalArgs() {
187187
/**
188188
* The next Option can have the specified number of optional arguments.
189189
*
190-
* @param numArgs - the maximum number of optional arguments the next Option created can have.
190+
* @param numArgs the maximum number of optional arguments the next Option created can have.
191191
* @return the OptionBuilder instance
192192
*/
193193
public static OptionBuilder hasOptionalArgs(final int numArgs) {

0 commit comments

Comments
 (0)