Skip to content

Commit dacc862

Browse files
committed
Missing @deprecated tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1440515 13f79535-47bb-0310-9956-ffa450edef68
1 parent 57e7048 commit dacc862

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* @version $Revision$, $Date$
3232
* @deprecated The two-pass parsing with the flatten method is not enough flexible to handle complex cases
3333
*/
34+
@Deprecated
3435
public abstract class Parser implements CommandLineParser
3536
{
3637
/** commandline instance */

0 commit comments

Comments
 (0)