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 @@ -275,7 +275,7 @@ public List<?> getRequiredOptions() {
275275 }
276276
277277 /**
278- * Returns whether the named {@link Option} is a member of this {@link Options}.
278+ * Tests whether the named {@link Option} is a member of this {@link Options}.
279279 *
280280 * @param opt long name of the {@link Option}
281281 * @return true if the named {@link Option} is a member of this {@link Options}
@@ -286,7 +286,7 @@ public boolean hasLongOption(final String opt) {
286286 }
287287
288288 /**
289- * Returns whether the named {@link Option} is a member of this {@link Options}.
289+ * Tests whether the named {@link Option} is a member of this {@link Options}.
290290 *
291291 * @param opt short or long name of the {@link Option}
292292 * @return true if the named {@link Option} is a member of this {@link Options}
@@ -297,7 +297,7 @@ public boolean hasOption(final String opt) {
297297 }
298298
299299 /**
300- * Returns whether the named {@link Option} is a member of this {@link Options}.
300+ * Tests whether the named {@link Option} is a member of this {@link Options}.
301301 *
302302 * @param opt short name of the {@link Option}
303303 * @return true if the named {@link Option} is a member of this {@link Options}
You can’t perform that action at this time.
0 commit comments