diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java index a4f9ae76666..5a54e876170 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java @@ -26,12 +26,14 @@ import org.eclipse.core.runtime.IAdaptable; public interface ISystemViewInputProvider extends IAdaptable { /** - * @return the children objects to constitute the root elements in the system view tree + * Return the child objects to constitute the root elements in the system view tree. + * @return Array of root root elements for the system view tree */ public Object[] getSystemViewRoots(); /** - * @return true if {@link #getSystemViewRoots()} will return a non-empty list + * Test if {@link #getSystemViewRoots()} will return a non-empty list + * @return true if root elements are available, or false otherwise. */ public boolean hasSystemViewRoots();