summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.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/Scale.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/Scale.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
index 8784f03bf0..fa1376624c 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
@@ -30,8 +30,7 @@ import org.eclipse.swt.events.*;
* Note: Only one of the styles HORIZONTAL and VERTICAL may be specified.
* </p><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/#scale">Scale snippets</a>