mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
[cleanup] cleanup javadoc references to AbstractConnectorService prior to rename
This commit is contained in:
parent
afa5e999a1
commit
0b82ae4e9c
1 changed files with 4 additions and 4 deletions
|
@ -40,8 +40,8 @@ public class LocalConnectorService extends BasicConnectorService
|
|||
|
||||
|
||||
|
||||
/**
|
||||
* @see org.eclipse.rse.ui.subsystems.AbstractConnectorService#disconnect(IProgressMonitor)
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.rse.core.subsystems.SuperAbstractConnectorService#internalDisconnect(org.eclipse.core.runtime.IProgressMonitor)
|
||||
*/
|
||||
protected void internalDisconnect(IProgressMonitor monitor) throws Exception
|
||||
{
|
||||
|
@ -51,8 +51,8 @@ public class LocalConnectorService extends BasicConnectorService
|
|||
notifyDisconnection();
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.eclipse.rse.core.subsystems.IConnectorService#connect(IProgressMonitor)
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.rse.core.subsystems.SuperAbstractConnectorService#internalConnect(org.eclipse.core.runtime.IProgressMonitor)
|
||||
*/
|
||||
protected void internalConnect(IProgressMonitor monitor) throws Exception
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue