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

Delay workingset check (again)

This commit is contained in:
Anton Leherbauer 2007-08-22 07:27:21 +00:00
parent 5688e5af1b
commit d05ba10574

View file

@ -110,7 +110,6 @@ public class CElementWorkingSetUpdater implements IWorkingSetUpdater, IElementCh
* {@inheritDoc}
*/
public void add(final IWorkingSet workingSet) {
checkElementExistence(workingSet);
// delay the check for existence - this may be called very early in the bootstrap
// otherwise it is causing all kinds of weird exceptions
Job check= new WorkingSetCheck(workingSet);