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
commit 8c3e13f7c99146fbbff5faaf9fe9efd7bd153852 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 08:39:36 2024 -0400 Normalize Javadoc --- src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java index 049b94bf..45403f16 100644 --- a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java +++ b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java @@ -129,7 +129,7 @@ public class TextHelpAppendable extends FilterHelpAppendable { } /** - * Adjust the table format. + * Adjusts the table format. * <p> * Given the width of the page and the size of the table attempt to resize the columns to fit the page width if necessary. Adjustments are made as follows: * </p>