mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
[cleanup] Update Javadocs
This commit is contained in:
parent
070e5834f6
commit
3bbb5862a4
2 changed files with 8 additions and 9 deletions
|
@ -93,7 +93,8 @@ public interface ISubSystem extends ISystemFilterPoolReferenceManagerProvider, I
|
|||
public void uninitializeSubSystem(IProgressMonitor monitor);
|
||||
|
||||
/**
|
||||
* @return true if this subsystem's properties should take precedence over other subsystems that share the same IConnectorService
|
||||
* @return true if this subsystem's properties should take precedence over other
|
||||
* subsystems that share the same {@link IConnectorService}
|
||||
*/
|
||||
public boolean isPrimarySubSystem();
|
||||
|
||||
|
|
|
@ -778,7 +778,7 @@ public abstract class SubSystem extends RSEModelObject
|
|||
* <code>super.getObjectWithAbsoluteName(key)</code>
|
||||
* when they do not find a reference for the key themselves.
|
||||
* </p>
|
||||
* @see org.eclipse.rse.core.subsystems.IRemoteObjectResolver#getObjectWithAbsoluteName(java.lang.String)
|
||||
* @see org.eclipse.rse.core.subsystems.IRemoteObjectResolver#getObjectWithAbsoluteName(String, IProgressMonitor)
|
||||
*
|
||||
* @param key the unique id of the remote object.
|
||||
* Must not be <code>null</code>.
|
||||
|
@ -2949,12 +2949,9 @@ public abstract class SubSystem extends RSEModelObject
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @return true if this subsystem's properties should take precedence
|
||||
* over other subsystems that share the same IConnectorService
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.eclipse.rse.core.subsystems.ISubSystem#isPrimarySubSystem()
|
||||
*/
|
||||
public boolean isPrimarySubSystem()
|
||||
{
|
||||
|
@ -2962,7 +2959,8 @@ public abstract class SubSystem extends RSEModelObject
|
|||
}
|
||||
|
||||
/*
|
||||
* Returns the first subsystem associated with the connection
|
||||
* (non-Javadoc)
|
||||
* @see org.eclipse.rse.core.subsystems.ISubSystem#getPrimarySubSystem()
|
||||
*/
|
||||
public ISubSystem getPrimarySubSystem()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue