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 84bcb314d11e2262a9cf029dcf59189223f61eb6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 08:40:28 2024 -0400 Normalize Javadoc --- .../java/org/apache/commons/cli/help/TextHelpAppendable.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 45403f16..3e2fb603 100644 --- a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java +++ b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java @@ -343,7 +343,7 @@ public class TextHelpAppendable extends FilterHelpAppendable { } /** - * Print a queue of text. + * Prints a queue of text. * * @param queue the queue of text to print. * @throws IOException on output error. @@ -355,7 +355,7 @@ public class TextHelpAppendable extends FilterHelpAppendable { } /** - * Print wrapped text using the TextHelpAppendable output style. + * Prints wrapped text using the TextHelpAppendable output style. * * @param text the text to wrap * @throws IOException on output error. @@ -365,7 +365,7 @@ public class TextHelpAppendable extends FilterHelpAppendable { } /** - * Print wrapped text. + * Prints wrapped text. * * @param text the text to wrap * @param style the style for the wrapped text. @@ -387,7 +387,7 @@ public class TextHelpAppendable extends FilterHelpAppendable { } /** - * Resize a TextBuilder based on the fractional size. + * Resizes a TextBuilder 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. @@ -433,7 +433,7 @@ public class TextHelpAppendable extends FilterHelpAppendable { } /** - * Write one line from each of the {@code columnQueues} until all the queues are exhausted. If an exhausted queue is encountered while other queues continue + * Writes one line from each of the {@code columnQueues} until all the queues are exhausted. If an exhausted queue is encountered while other queues continue * to have content the exhausted queue will produce empty text for the output width of the column (maximum width + left pad). * * @param columnQueues the List of queues that represent the columns of data.