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 3b78b1a Javadoc 3b78b1a is described below commit 3b78b1a95ffbf9c8804cacbf51be6c491ad4e7b0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 29 10:31:20 2023 -0500 Javadoc Close HTML tags --- src/main/java/org/apache/commons/cli/CommandLine.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/commons/cli/CommandLine.java b/src/main/java/org/apache/commons/cli/CommandLine.java index cea5b93..a91891f 100644 --- a/src/main/java/org/apache/commons/cli/CommandLine.java +++ b/src/main/java/org/apache/commons/cli/CommandLine.java @@ -31,8 +31,10 @@ import java.util.Properties; * <p> * It allows querying of a boolean {@link #hasOption(String opt)}, in addition to retrieving the * {@link #getOptionValue(String opt)} for options requiring arguments. + * </p> * <p> * Additionally, any left-over or unrecognized arguments, are available for further processing. + * </p> */ public class CommandLine implements Serializable {