mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-01 12:43:26 +02:00
[216252] accidently committed this with synchronized
This commit is contained in:
parent
e7af396757
commit
510dd3e4f5
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ public class DStoreConnectorService extends StandardConnectorService implements
|
||||||
/**
|
/**
|
||||||
* @see org.eclipse.rse.core.subsystems.IConnectorService#connect(IProgressMonitor)
|
* @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()) {
|
if (isConnected()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue