mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed RejectedExecutionException.
This commit is contained in:
parent
b191075ec4
commit
1330da7323
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ abstract public class AbstractVMLayoutNode implements IVMLayoutNode {
|
|||
|
||||
getChildNodesElementOffsets(delta, !calculateOffsets, new GetDataDone<Map<IVMLayoutNode, Integer>>() {
|
||||
public void run() {
|
||||
if (isDisposed()) return;
|
||||
|
||||
final DoneCollector<Done> childrenBuildDeltaDoneCollector = new DoneCollector<Done>() {
|
||||
public void run() {
|
||||
if (isDisposed()) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue