1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Very minor code optimization.

This commit is contained in:
John Cortell 2009-09-23 03:02:48 +00:00
parent fc55e07104
commit dc245fce09

View file

@ -526,7 +526,7 @@ abstract public class AbstractVMProvider implements IVMProvider, IVMEventListene
} }
updateProxies[i] = new VMHasChildrenUpdate( updateProxies[i] = new VMHasChildrenUpdate(
update, update,
new ViewerDataRequestMonitor<Boolean>(getExecutor(), updates[i]) { new ViewerDataRequestMonitor<Boolean>(getExecutor(), update) {
@Override @Override
protected void handleSuccess() { protected void handleSuccess() {
update.setHasChilren(getData()); update.setHasChilren(getData());