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 35310c43 Javadoc 35310c43 is described below commit 35310c43e1defc5a42415a50c29ab38463cef578 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 10:09:30 2024 -0400 Javadoc --- .../java/org/apache/commons/cli/example/AptHelpAppendableTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/java/org/apache/commons/cli/example/AptHelpAppendableTest.java b/src/test/java/org/apache/commons/cli/example/AptHelpAppendableTest.java index 12fd3aca..79d9f15c 100644 --- a/src/test/java/org/apache/commons/cli/example/AptHelpAppendableTest.java +++ b/src/test/java/org/apache/commons/cli/example/AptHelpAppendableTest.java @@ -32,6 +32,9 @@ import org.apache.commons.io.IOUtils; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; +/** + * Test {@link AptHelpAppendable}. + */ public class AptHelpAppendableTest { private StringBuilder sb;