You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -433,8 +433,8 @@ public void setMaxWidth(final int maxWidth) {
433
433
}
434
434
435
435
/**
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).
438
438
*
439
439
* @param columnQueues the List of queues that represent the columns of data.
0 commit comments