Skip to content

Commit b88c9ba

Browse files
committed
Fixing javadoc for isRequired per CLI-208
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@998575 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3d57a49 commit b88c9ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ public void setDescription(String description)
279279
}
280280

281281
/**
282-
* Query to see if this Option requires an argument
282+
* Query to see if this Option is mandatory
283283
*
284-
* @return boolean flag indicating if an argument is required
284+
* @return boolean flag indicating whether this Option is mandatory
285285
*/
286286
public boolean isRequired()
287287
{

0 commit comments

Comments
 (0)