Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2011-05-16 16:41:56 +0000
committerCarolyn MacLeod2011-05-16 16:41:56 +0000
commit84c8b40033dff2eafe1727c6feb80643180fe78a (patch)
treebb08541ae2de938640564f3baf804f1b6055ec7d /bundles/org.eclipse.swt/Eclipse SWT/emulated
parentc83501b608bada8b82433f8b45498eb4f3f68b4c (diff)
downloadeclipse.platform.swt-84c8b40033dff2eafe1727c6feb80643180fe78a.tar.gz
eclipse.platform.swt-84c8b40033dff2eafe1727c6feb80643180fe78a.tar.xz
eclipse.platform.swt-84c8b40033dff2eafe1727c6feb80643180fe78a.zip
Bug 345279 - Do the annual javadoc/copyright bash for 3.7
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/emulated')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/emulated/tooltip/org/eclipse/swt/widgets/ToolTip.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/emulated/tooltip/org/eclipse/swt/widgets/ToolTip.java b/bundles/org.eclipse.swt/Eclipse SWT/emulated/tooltip/org/eclipse/swt/widgets/ToolTip.java
index 5059ba568c..cf572bfb16 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/emulated/tooltip/org/eclipse/swt/widgets/ToolTip.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/emulated/tooltip/org/eclipse/swt/widgets/ToolTip.java
@@ -29,8 +29,7 @@ import org.eclipse.swt.events.*;
* Note: Only one of the styles ICON_ERROR, ICON_INFORMATION,
* and ICON_WARNING may be specified.
* </p><p>
- * IMPORTANT: This class is intended to be subclassed <em>only</em>
- * within the SWT implementation.
+ * IMPORTANT: This class is <em>not</em> intended to be subclassed.
* </p>
*
* @see <a href="http://www.eclipse.org/swt/snippets/#tooltips">Tool Tips snippets</a>

Back to the top