You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/06/08 17:36:47 UTC

[18/50] [abbrv] commons-cli git commit: Add missing @since tag

Add missing @since tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1754332 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/0304f594
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/0304f594
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/0304f594

Branch: refs/heads/master
Commit: 0304f5946b3f917d0fcb00ff0152ca1ce8e37b3f
Parents: 7d5129c
Author: Benedikt Ritter <br...@apache.org>
Authored: Wed Jul 27 18:47:57 2016 +0000
Committer: Benedikt Ritter <br...@apache.org>
Committed: Wed Jul 27 18:47:57 2016 +0000

----------------------------------------------------------------------
 src/main/java/org/apache/commons/cli/Options.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/0304f594/src/main/java/org/apache/commons/cli/Options.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/cli/Options.java b/src/main/java/org/apache/commons/cli/Options.java
index 5b2410f..3468148 100644
--- a/src/main/java/org/apache/commons/cli/Options.java
+++ b/src/main/java/org/apache/commons/cli/Options.java
@@ -171,6 +171,7 @@ public class Options implements Serializable
      * @param hasArg flag signally if an argument is required after this option
      * @param description Self-documenting description
      * @return the resulting Options instance
+     * @since 1.4
      */
     public Options addRequiredOption(String opt, String longOpt, boolean hasArg, String description)
     {