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

Code cleanup

This commit is contained in:
Anton Leherbauer 2007-05-16 08:05:49 +00:00
parent 3d38e45585
commit c438a17939

View file

@ -95,10 +95,6 @@ public class CElementWorkingSetUpdater implements IWorkingSetUpdater, IElementCh
CoreModel.getDefault().addElementChangedListener(this);
}
protected void installListener() {
}
/**
* {@inheritDoc}
*/
@ -281,9 +277,7 @@ public class CElementWorkingSetUpdater implements IWorkingSetUpdater, IElementCh
}
}
if (changed) {
synchronized (workingSet) {
workingSet.setElements((IAdaptable[])elements.toArray(new IAdaptable[elements.size()]));
}
}
}
}