summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2011-05-16 16:21:57 +0000
committerCarolyn MacLeod <carolyn>2011-05-16 16:21:57 +0000
commitf8354bb0eedb6084283b94726de6b0fd0abe6079 (patch)
tree0467ae1b79a88ac483f28e9f0a64003a1253f153 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse
parenta8466b9da9310b2466a553ca1e6c2c3520813253 (diff)
downloadeclipse.platform.swt-f8354bb0eedb6084283b94726de6b0fd0abe6079.tar.gz
eclipse.platform.swt-f8354bb0eedb6084283b94726de6b0fd0abe6079.tar.xz
eclipse.platform.swt-f8354bb0eedb6084283b94726de6b0fd0abe6079.zip
Bug 279461 - Shell does not have @noextend API tag
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
index 763323abee..3dc1e3769d 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
@@ -106,7 +106,7 @@ import org.eclipse.swt.events.*;
* Note: Only one of the styles APPLICATION_MODAL, MODELESS,
* PRIMARY_MODAL and SYSTEM_MODAL may be specified.
* </p><p>
- * IMPORTANT: This class is not intended to be subclassed.
+ * IMPORTANT: This class is <em>not</em> intended to be subclassed.
* </p>
*
* @see Decorations
@@ -114,6 +114,7 @@ import org.eclipse.swt.events.*;
* @see <a href="http://www.eclipse.org/swt/snippets/#shell">Shell snippets</a>
* @see <a href="http://www.eclipse.org/swt/examples.php">SWT Example: ControlExample</a>
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
+ * @noextend This class is not intended to be subclassed by clients.
*/
public class Shell extends Decorations {
Menu activeMenu;