From c8c26f56a1fb634b027525f328e17c9087d41b38 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 25 Sep 2008 17:37:15 +0000 Subject: [PATCH] [cleanup] Get rid of noextend on final class --- wince/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/Rapi.java | 1 - 1 file changed, 1 deletion(-) diff --git a/wince/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/Rapi.java b/wince/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/Rapi.java index c45f866b467..add6661887b 100644 --- a/wince/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/Rapi.java +++ b/wince/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/Rapi.java @@ -13,7 +13,6 @@ package org.eclipse.tm.rapi; /** * This class provides access to some native Win32 APIs and constants. * - * @noextend This class is not intended to be subclassed by clients. * @noinstantiate This class is not intended to be instantiated by clients. * @author Radoslav Gerganov */