1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Ted Williams 2007-07-04 00:12:38 +00:00
parent f96b483d1f
commit 4c03741125

View file

@ -192,7 +192,7 @@ public abstract class VMCache
} }
}; };
final IChildrenUpdate partialUpdate = new VMElementsUpdate(update, update.getOffset(), update.getLength(), final IChildrenUpdate partialUpdate = new VMElementsUpdate(update, offset, length,
childrenMultiRequestMon.add(partialUpdateMonitor)); childrenMultiRequestMon.add(partialUpdateMonitor));
associationsRequestMonitorToChildUpdate.put(partialUpdateMonitor, partialUpdate); associationsRequestMonitorToChildUpdate.put(partialUpdateMonitor, partialUpdate);