Skip to content

Commit 0304f59

Browse files
committed
Add missing @SInCE tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1754332 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7d5129c commit 0304f59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ public Options addOption(String opt, String longOpt, boolean hasArg, String desc
171171
* @param hasArg flag signally if an argument is required after this option
172172
* @param description Self-documenting description
173173
* @return the resulting Options instance
174+
* @since 1.4
174175
*/
175176
public Options addRequiredOption(String opt, String longOpt, boolean hasArg, String description)
176177
{

0 commit comments

Comments
 (0)