Skip to content

Commit f717da1

Browse files
committed
Adding missing since tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1445163 13f79535-47bb-0310-9956-ffa450edef68
1 parent bae7094 commit f717da1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ public void setType(Object type)
228228
* Sets the type of this Option.
229229
*
230230
* @param type the type of this Option
231+
* @since 1.3
231232
*/
232233
public void setType(Class<?> type)
233234
{

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ public static OptionBuilder withType(Object newType)
303303
*
304304
* @param newType the type of the Options argument value
305305
* @return the OptionBuilder instance
306+
* @since 1.3
306307
*/
307308
public static OptionBuilder withType(Class<?> newType)
308309
{

0 commit comments

Comments
 (0)