mirror of
https://github.com/octoleo/plantuml.git
synced 2025-04-09 19:51:50 +00:00
wip
This commit is contained in:
parent
6fb89e85e7
commit
5ad243efd4
@ -113,6 +113,7 @@ public class Segment {
|
||||
return Collections.unmodifiableCollection(result2);
|
||||
}
|
||||
if (this.contains(pause)) {
|
||||
assert pendingStart < pause.pos1;
|
||||
result2.add(new Segment(pendingStart, pause.pos1));
|
||||
pendingStart = pause.pos2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user