1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42: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(
update,
new ViewerDataRequestMonitor<Boolean>(getExecutor(), updates[i]) {
new ViewerDataRequestMonitor<Boolean>(getExecutor(), update) {
@Override
protected void handleSuccess() {
update.setHasChilren(getData());