Skip to content

Commit c49b5fe

Browse files
committed
Added the missing @SInCE tag on getOptionProperties()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@678748 13f79535-47bb-0310-9956-ffa450edef68
1 parent f6e2e59 commit c49b5fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/java/org/apache/commons/cli/CommandLine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ public String getOptionValue(char opt, String defaultValue)
240240
* @param opt name of the option
241241
* @return The Properties mapped by the option, never <tt>null</tt>
242242
* even if the option doesn't exists
243+
* @since 1.2
243244
*/
244245
public Properties getOptionProperties(String opt)
245246
{

0 commit comments

Comments
 (0)