mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
Fix typos in Javadoc
This commit is contained in:
parent
f704975e20
commit
3a06d112fd
1 changed files with 6 additions and 6 deletions
|
@ -90,7 +90,7 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
|
|||
}
|
||||
|
||||
/**
|
||||
* @return false, may be overriden
|
||||
* @return false, may be overridden
|
||||
* @see IConnectorService#supportsRemoteServerLaunching()
|
||||
*/
|
||||
public boolean supportsRemoteServerLaunching() {
|
||||
|
@ -98,7 +98,7 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
|
|||
}
|
||||
|
||||
/**
|
||||
* @return false, may be overriden
|
||||
* @return false, may be overridden
|
||||
* @see IConnectorService#supportsServerLaunchProperties()
|
||||
*/
|
||||
public boolean supportsServerLaunchProperties() {
|
||||
|
@ -106,7 +106,7 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
|
|||
}
|
||||
|
||||
/**
|
||||
* @return null, may be overriden
|
||||
* @return null, may be overridden
|
||||
* @see IConnectorService#getRemoteServerLauncherProperties()
|
||||
*/
|
||||
public IServerLauncherProperties getRemoteServerLauncherProperties() {
|
||||
|
@ -114,7 +114,7 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
|
|||
}
|
||||
|
||||
/**
|
||||
* Do nothing, may be overriden
|
||||
* Do nothing, may be overridden
|
||||
* @param newRemoteServerLauncher the server launcher properties
|
||||
* @see IConnectorService#setRemoteServerLauncherProperties(IServerLauncherProperties)
|
||||
*/
|
||||
|
@ -428,14 +428,14 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
|
|||
|
||||
/**
|
||||
* Performs the actual connection to the target system.
|
||||
* @param monitor for cancelation and progress reporting
|
||||
* @param monitor for cancellation and progress reporting
|
||||
* @throws Exception if connection does not succeed
|
||||
*/
|
||||
protected abstract void internalConnect(IProgressMonitor monitor) throws Exception;
|
||||
|
||||
/**
|
||||
* Performs the actual disconnection from the target system.
|
||||
* @param monitor for cancelation and progress reporting
|
||||
* @param monitor for cancellation and progress reporting
|
||||
* @throws Exception if disconnection does not succeed
|
||||
*/
|
||||
protected abstract void internalDisconnect(IProgressMonitor monitor) throws Exception;
|
||||
|
|
Loading…
Add table
Reference in a new issue