Skip to content

Commit 23dd4e0

Browse files
committed
Javadoc
1 parent eece19a commit 23dd4e0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class MissingArgumentException extends ParseException {
3030
private Option option;
3131

3232
/**
33-
* Construct a new {@code MissingArgumentException} with the specified detail message.
33+
* Constructs a new {@code MissingArgumentException} with the specified detail message.
3434
*
3535
* @param option the option requiring an argument
3636
* @since 1.2
@@ -41,7 +41,7 @@ public MissingArgumentException(final Option option) {
4141
}
4242

4343
/**
44-
* Construct a new {@code MissingArgumentException} with the specified detail message.
44+
* Constructs a new {@code MissingArgumentException} with the specified detail message.
4545
*
4646
* @param message the detail message
4747
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public MissingOptionException(final List missingOptions) {
6464
}
6565

6666
/**
67-
* Construct a new {@code MissingSelectedException} with the specified detail message.
67+
* Constructs a new {@code MissingSelectedException} with the specified detail message.
6868
*
6969
* @param message the detail message
7070
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class ParseException extends Exception {
2727
private static final long serialVersionUID = 9112808380089253192L;
2828

2929
/**
30-
* Construct a new {@code ParseException} with the specified detail message.
30+
* Constructs a new {@code ParseException} with the specified detail message.
3131
*
3232
* @param message the detail message
3333
*/

0 commit comments

Comments
 (0)