You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2008/07/22 14:56:08 UTC

svn commit: r678748 - /commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/CommandLine.java

Author: ebourg
Date: Tue Jul 22 05:56:08 2008
New Revision: 678748

URL: http://svn.apache.org/viewvc?rev=678748&view=rev
Log:
Added the missing @since tag on getOptionProperties()

Modified:
    commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/CommandLine.java

Modified: commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/CommandLine.java
URL: http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/CommandLine.java?rev=678748&r1=678747&r2=678748&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/CommandLine.java (original)
+++ commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/CommandLine.java Tue Jul 22 05:56:08 2008
@@ -240,6 +240,7 @@
      * @param opt name of the option
      * @return The Properties mapped by the option, never <tt>null</tt>
      *         even if the option doesn't exists
+     * @since 1.2
      */
     public Properties getOptionProperties(String opt)
     {