From 4ec3e87dfd5dda48a1c4595f15ef945a11176e2e Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Tue, 24 Feb 2009 03:50:28 +0000 Subject: 261391 - StyledText should use PDE API Tools @noextend --- .../Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java | 1 + 1 file changed, 1 insertion(+) (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java') diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java index ea8ce61d7b..4dd641c7b8 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java @@ -41,6 +41,7 @@ import org.eclipse.swt.events.*; * @see Sample code and further information * * @since 3.2 + * @noextend This class is not intended to be subclassed by clients. */ public class ExpandBar extends Composite { ExpandItem[] items; -- cgit