Skip to content

Commit dc625e2

Browse files
committed
Line length Checkstyle
1 parent 180ef27 commit dc625e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ public void setMaxWidth(final int maxWidth) {
433433
}
434434

435435
/**
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
437-
* to have content the exhausted queue will produce empty text for the output width of the column (maximum width + left pad).
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
437+
* continue 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.
440440
* @param styles the TextStyle for each column.

0 commit comments

Comments
 (0)