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 180ef27c Javadoc fix 180ef27c is described below commit 180ef27c6c0952a1527e2e136bb77c01de5b3f62 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 08:44:21 2024 -0400 Javadoc fix --- 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 3e2fb603..061ab222 100644 --- a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java +++ b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java @@ -387,7 +387,7 @@ public class TextHelpAppendable extends FilterHelpAppendable { } /** - * Resizes a TextBuilder based on the fractional size. + * Resizes a TextStyle builder based on the fractional size. * * @param builder the builder to adjust. * @param fraction the fractional size (e.g. percentage of the current size) that the builder should be.