This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push: new 939d383d Javadoc 939d383d is described below commit 939d383d7da83af36a6c53bce2df6aaf47aefa1e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 17 11:20:46 2024 -0400 Javadoc --- src/main/java/org/apache/commons/cli/CommandLine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/cli/CommandLine.java b/src/main/java/org/apache/commons/cli/CommandLine.java index 246ad228..ef2a119d 100644 --- a/src/main/java/org/apache/commons/cli/CommandLine.java +++ b/src/main/java/org/apache/commons/cli/CommandLine.java @@ -65,7 +65,7 @@ public class CommandLine implements Serializable { /** * Constructs a new instance. * - * @deprecated Use {@link #build()}. + * @deprecated Use {@link #builder()}. */ @Deprecated public Builder() {