1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

taking out the sleep

This commit is contained in:
David McKnight 2006-05-19 17:51:39 +00:00
parent 950d9d2f20
commit ad0b2c2b72

View file

@ -474,7 +474,7 @@ public class DStoreFileService extends AbstractDStoreService implements IFileSer
while (display.readAndDispatch())
{
}
Thread.sleep(200);
isCancelled = monitor.isCanceled();