Skip to content

Commit f83ebd4

Browse files
committed
Added since info to deprecated tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1443095 13f79535-47bb-0310-9956-ffa450edef68
1 parent b2fa954 commit f83ebd4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author John Keyes (john at integralsource.com)
2525
* @version $Revision$, $Date$
26-
* @deprecated Use the {@link DefaultParser} instead
26+
* @deprecated since 1.3, use the {@link DefaultParser} instead
2727
*/
2828
@Deprecated
2929
public class BasicParser extends Parser

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @author John Keyes (john at integralsource.com)
2828
* @version $Revision$, $Date$
29-
* @deprecated Use the {@link DefaultParser} instead
29+
* @deprecated since 1.3, use the {@link DefaultParser} instead
3030
*/
3131
@Deprecated
3232
public class GnuParser extends Parser

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @author John Keyes (john at integralsource.com)
3131
* @version $Revision$, $Date$
32-
* @deprecated The two-pass parsing with the flatten method is not enough flexible to handle complex cases
32+
* @deprecated since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases
3333
*/
3434
@Deprecated
3535
public abstract class Parser implements CommandLineParser

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author John Keyes (john at integralsource.com)
3030
* @version $Revision$, $Date$
31-
* @deprecated Use the {@link DefaultParser} instead
31+
* @deprecated since 1.3, use the {@link DefaultParser} instead
3232
*/
3333
@Deprecated
3434
public class PosixParser extends Parser

0 commit comments

Comments
 (0)