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
@@ -387,7 +387,7 @@ private int resize(final int orig, final double fraction) {
387
387
}
388
388
389
389
/**
390
-
* Resize a TextBuilder based on the fractional size.
390
+
* Resizes a TextBuilder based on the fractional size.
391
391
*
392
392
* @param builder the builder to adjust.
393
393
* @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) {
433
433
}
434
434
435
435
/**
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
437
437
* 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