mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 22:15:23 +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>>() {
|
getChildNodesElementOffsets(delta, !calculateOffsets, new GetDataDone<Map<IVMLayoutNode, Integer>>() {
|
||||||
public void run() {
|
public void run() {
|
||||||
|
if (isDisposed()) return;
|
||||||
|
|
||||||
final DoneCollector<Done> childrenBuildDeltaDoneCollector = new DoneCollector<Done>() {
|
final DoneCollector<Done> childrenBuildDeltaDoneCollector = new DoneCollector<Done>() {
|
||||||
public void run() {
|
public void run() {
|
||||||
if (isDisposed()) return;
|
if (isDisposed()) return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue