1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

[216252] accidently committed this with synchronized

This commit is contained in:
David McKnight 2008-02-21 12:56:40 +00:00
parent e7af396757
commit 510dd3e4f5

View file

@ -509,7 +509,7 @@ public class DStoreConnectorService extends StandardConnectorService implements
/**
* @see org.eclipse.rse.core.subsystems.IConnectorService#connect(IProgressMonitor)
*/
protected synchronized void internalConnect(IProgressMonitor monitor) throws Exception
protected void internalConnect(IProgressMonitor monitor) throws Exception
{
if (isConnected()) {
return;