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 fd49da5f Javadoc fd49da5f is described below commit fd49da5f98d817d90010ed7dbda50da357a4ced4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 10:09:43 2024 -0400 Javadoc --- src/test/java/org/apache/commons/cli/example/AptHelpAppendableTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 79d9f15c..53b2daf3 100644 --- a/src/test/java/org/apache/commons/cli/example/AptHelpAppendableTest.java +++ b/src/test/java/org/apache/commons/cli/example/AptHelpAppendableTest.java @@ -33,7 +33,7 @@ import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; /** - * Test {@link AptHelpAppendable}. + * Tests {@link AptHelpAppendable}. */ public class AptHelpAppendableTest {