File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/cli Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments