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:
parent
fc55e07104
commit
dc245fce09
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue