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 8502e1f Uppercase acronym in comment 8502e1f is described below commit 8502e1f7497aa1da834b5776779bcaf13af1f95d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 23 17:52:09 2024 -0400 Uppercase acronym in comment --- src/test/java/org/apache/commons/cli/bug/BugsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/cli/bug/BugsTest.java b/src/test/java/org/apache/commons/cli/bug/BugsTest.java index 6b790e8..28f08c8 100644 --- a/src/test/java/org/apache/commons/cli/bug/BugsTest.java +++ b/src/test/java/org/apache/commons/cli/bug/BugsTest.java @@ -47,7 +47,7 @@ import org.junit.jupiter.api.Test; public class BugsTest { @Test public void test11456() throws Exception { - // Posix + // POSIX Options options = new Options(); options.addOption(OptionBuilder.hasOptionalArg().create('a')); options.addOption(OptionBuilder.hasArg().create('b'));