DM-307: Fixed applyWithLineBreaks 3 #38
@ -214,7 +214,7 @@ public class AtomicTextBlock implements TextBlock {
|
||||
.filter(boundary::contains)
|
||||
.collect(Collectors.toSet());
|
||||
if (boundary.end() == getBoundary().end()) {
|
||||
lbInBoundary.add(getBoundary().length());
|
||||
lbInBoundary.add(getBoundary().end());
|
||||
}
|
||||
StringBuilder sb = new StringBuilder();
|
||||
for (int i = boundary.start(); i < boundary.end(); i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user