From 469f8fbc8780253cb209b06a9c10a5a65ca4378e Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sat, 17 Jul 2010 18:21:07 +0000 Subject: [PATCH] Added noimplement and noextend tags. --- .../ui/editor/ICEditorActionDefinitionIds.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitionIds.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitionIds.java index 619e152ea4b..2710b241dc9 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitionIds.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitionIds.java @@ -18,13 +18,12 @@ import org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds; /** * Defines the definition IDs for the C editor actions. - * - *

- * This interface is not intended to be implemented or extended. - *

. - * + * * @since 2.1 - */ + * + * @noimplement This interface is not intended to be implemented by clients. + * @noextend This interface is not intended to be extended by clients. +*/ public interface ICEditorActionDefinitionIds extends ITextEditorActionDefinitionIds { /**