1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-29 11:13:34 +02:00

[cleanup] Update Javadocs

This commit is contained in:
Martin Oberhuber 2007-12-10 14:24:41 +00:00
parent 070e5834f6
commit 3bbb5862a4
2 changed files with 8 additions and 9 deletions

View file

@ -93,7 +93,8 @@ public interface ISubSystem extends ISystemFilterPoolReferenceManagerProvider, I
public void uninitializeSubSystem(IProgressMonitor monitor); 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(); public boolean isPrimarySubSystem();

View file

@ -778,7 +778,7 @@ public abstract class SubSystem extends RSEModelObject
* <code>super.getObjectWithAbsoluteName(key)</code> * <code>super.getObjectWithAbsoluteName(key)</code>
* when they do not find a reference for the key themselves. * when they do not find a reference for the key themselves.
* </p> * </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. * @param key the unique id of the remote object.
* Must not be <code>null</code>. * Must not be <code>null</code>.
@ -2949,12 +2949,9 @@ public abstract class SubSystem extends RSEModelObject
return; return;
} }
/*
* (non-Javadoc)
* @see org.eclipse.rse.core.subsystems.ISubSystem#isPrimarySubSystem()
/**
* @return true if this subsystem's properties should take precedence
* over other subsystems that share the same IConnectorService
*/ */
public boolean 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() public ISubSystem getPrimarySubSystem()
{ {