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

[199565] took out synchronize for DStoreconnectorService.internalConnect()

This commit is contained in:
David McKnight 2007-09-12 20:28:36 +00:00
parent 274017ee25
commit a1ad05c362

View file

@ -16,6 +16,7 @@
* Martin Oberhuber (Wind River) - [186640] Add IRSESystemType.testProperty()
* Martin Oberhuber (Wind River) - [186128][refactoring] Move IProgressMonitor last in public base classes
* David McKnight (IBM) - [202822] need to enable spiriting on the server side
* David McKnight (IBM) - [199565] taking out synchronize for internalConnect
********************************************************************************/
package org.eclipse.rse.connectorservice.dstore;
@ -488,7 +489,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;