Skip to content

Commit c82d47c

Browse files
committed
Javadoc
1 parent fab8150 commit c82d47c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)