Skip to content

Commit 84bcb31

Browse files
committed
Normalize Javadoc
1 parent 8c3e13f commit 84bcb31

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ protected List<Queue<String>> makeColumnQueues(final List<String> columnData, fi
343343
}
344344

345345
/**
346-
* Print a queue of text.
346+
* Prints a queue of text.
347347
*
348348
* @param queue the queue of text to print.
349349
* @throws IOException on output error.
@@ -355,7 +355,7 @@ private void printQueue(final Queue<String> queue) throws IOException {
355355
}
356356

357357
/**
358-
* Print wrapped text using the TextHelpAppendable output style.
358+
* Prints wrapped text using the TextHelpAppendable output style.
359359
*
360360
* @param text the text to wrap
361361
* @throws IOException on output error.
@@ -365,7 +365,7 @@ public void printWrapped(final String text) throws IOException {
365365
}
366366

367367
/**
368-
* Print wrapped text.
368+
* Prints wrapped text.
369369
*
370370
* @param text the text to wrap
371371
* @param style the style for the wrapped text.
@@ -387,7 +387,7 @@ private int resize(final int orig, final double fraction) {
387387
}
388388

389389
/**
390-
* Resize a TextBuilder based on the fractional size.
390+
* Resizes a TextBuilder based on the fractional size.
391391
*
392392
* @param builder the builder to adjust.
393393
* @param fraction the fractional size (e.g. percentage of the current size) that the builder should be.
@@ -433,7 +433,7 @@ public void setMaxWidth(final int maxWidth) {
433433
}
434434

435435
/**
436-
* 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
436+
* 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
437437
* to have content the exhausted queue will produce empty text for the output width of the column (maximum width + left pad).
438438
*
439439
* @param columnQueues the List of queues that represent the columns of data.

0 commit comments

Comments
 (0)