Skip to content

Commit 51911b4

Browse files
committed
BasicParser deprecation is marked in javadoc but not at class level
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1095609 13f79535-47bb-0310-9956-ffa450edef68
1 parent 88d94ad commit 51911b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @version $Revision$, $Date$
2626
* @deprecated Use the {@link DefaultParser} instead
2727
*/
28+
@Deprecated
2829
public class BasicParser extends Parser
2930
{
3031
/**

0 commit comments

Comments
 (0)