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