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/photon/org/eclipse/swt/widgets/Caret.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/photon/org/eclipse/swt/widgets/Caret.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java
index dae8448165..535ab7241b 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java
@@ -25,8 +25,7 @@ import org.eclipse.swt.graphics.*;
* <dd>(none)</dd>
* </dl>
* <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/#caret">Caret snippets</a>

Back to the top