summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2011-05-16 16:41:56 +0000
committerCarolyn MacLeod <carolyn>2011-05-16 16:41:56 +0000
commit84c8b40033dff2eafe1727c6feb80643180fe78a (patch)
treebb08541ae2de938640564f3baf804f1b6055ec7d /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
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/gtk/org/eclipse/swt/widgets/Label.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
index c6ae8ff864..40f1cb92e3 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
@@ -41,8 +41,7 @@ import org.eclipse.swt.graphics.*;
* SHADOW_NONE is a HINT. Only one of HORIZONTAL and VERTICAL may be specified.
* Only one of CENTER, LEFT and RIGHT 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/#label">Label snippets</a>