1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

using deferred queries for connecting while resolving filters

This commit is contained in:
David McKnight 2006-05-31 19:21:06 +00:00
parent a65064d16b
commit e8ab4fbef6

View file

@ -158,7 +158,7 @@ public class SystemFetchOperation extends JobChangeAdapter implements IRunnableW
protected void execute(IProgressMonitor monitor) throws Exception, InterruptedException
{
SubSystem ss = (SubSystem)_adapter.getSubSystem(_remoteObject);
synchronized (ss)
synchronized (ss.getConnectorService())
{
if (!ss.isConnected())
{