1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed RejectedExecutionException.

This commit is contained in:
Pawel Piech 2006-12-12 01:13:58 +00:00
parent b191075ec4
commit 1330da7323

View file

@ -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;