diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemContextMenuConstants.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemContextMenuConstants.java index 9be41bc775c..9b99fba6f6e 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemContextMenuConstants.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemContextMenuConstants.java @@ -43,6 +43,8 @@ import org.eclipse.ui.IWorkbenchActionConstants; * menu.add(new Separator(ISystemContextMenuConstants.GROUP_TEAM)); // Team * menu.add(new Separator(ISystemContextMenuConstants.GROUP_PROPERTIES)); // Properties * + * + * @noimplement This interface is not intended to be implemented by clients. */ public interface ISystemContextMenuConstants {