We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43117d3 commit 2df55d4Copy full SHA for 2df55d4
1 file changed
src/main/java/org/apache/commons/cli/Parser.java
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
31
*/
32
@Deprecated
33
public abstract class Parser implements CommandLineParser {
34
- /** commandline instance */
+ /** CommandLine instance */
35
protected CommandLine cmd;
36
37
/** current Options */
0 commit comments