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

ProgressUpdateJob for indexer needs to be stopped, bug 286079.

This commit is contained in:
Markus Schorn 2009-03-11 10:03:39 +00:00
parent c4f9cdbe49
commit 1b47ae84ce

View file

@ -172,6 +172,7 @@ public class PDOMIndexerJob extends Job {
synchronized(this) { synchronized(this) {
fMonitor= null; fMonitor= null;
} }
monitorJob.cancel();
monitor.done(); monitor.done();
} }
} }