mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
pendingStart < pause.pos1 always true in Segment.java
This commit is contained in:
parent
457197c49f
commit
703b83a5ac
@ -113,8 +113,7 @@ public class Segment {
|
||||
return Collections.unmodifiableCollection(result2);
|
||||
}
|
||||
if (this.contains(pause)) {
|
||||
if (pendingStart < pause.pos1)
|
||||
result2.add(new Segment(pendingStart, pause.pos1));
|
||||
result2.add(new Segment(pendingStart, pause.pos1));
|
||||
pendingStart = pause.pos2;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user