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 @@ -55,7 +55,7 @@ protected CommandLine()
5555 }
5656
5757 /**
58- * Query to see if an option has been set.
58+ * Tests to see if an option has been set.
5959 *
6060 * @param opt the option to check.
6161 * @return true if set, false if not.
@@ -67,7 +67,7 @@ public boolean hasOption(final Option opt)
6767 }
6868
6969 /**
70- * Query to see if an option has been set.
70+ * Tests to see if an option has been set.
7171 *
7272 * @param opt Short name of the option.
7373 * @return true if set, false if not.
@@ -78,7 +78,7 @@ public boolean hasOption(final String opt)
7878 }
7979
8080 /**
81- * Query to see if an option has been set.
81+ * Tests to see if an option has been set.
8282 *
8383 * @param opt character name of the option.
8484 * @return true if set, false if not.
You can’t perform that action at this time.
0 commit comments