We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0182c commit 939d383Copy full SHA for 939d383
1 file changed
src/main/java/org/apache/commons/cli/CommandLine.java
@@ -65,7 +65,7 @@ public static final class Builder implements Supplier<CommandLine> {
65
/**
66
* Constructs a new instance.
67
*
68
- * @deprecated Use {@link #build()}.
+ * @deprecated Use {@link #builder()}.
69
*/
70
@Deprecated
71
public Builder() {
0 commit comments