Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2010-03-04 17:02:07 +0000
committerCarolyn MacLeod2010-03-04 17:02:07 +0000
commit6694f7adfb051ac9443f1ff982e7e8aca0da3d3c (patch)
tree6789dbd110b135e8529d4b2e6501381469a2cf68 /bundles/org.eclipse.swt/Eclipse SWT Accessibility/common
parentee9b40960339cb073a160f4a991908b1b404f3db (diff)
downloadeclipse.platform.swt-6694f7adfb051ac9443f1ff982e7e8aca0da3d3c.tar.gz
eclipse.platform.swt-6694f7adfb051ac9443f1ff982e7e8aca0da3d3c.tar.xz
eclipse.platform.swt-6694f7adfb051ac9443f1ff982e7e8aca0da3d3c.zip
304677 - Javadoc warnings in N201003032000
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Accessibility/common')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/ACC.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/ACC.java b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/ACC.java
index 53e3966bee..521b926fc4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/ACC.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/ACC.java
@@ -485,7 +485,7 @@ public class ACC {
/**
* Sent when an object's attributes changed.
*
- * @see EVENT_TEXT_ATTRIBUTE_CHANGED
+ * @see #EVENT_TEXT_ATTRIBUTE_CHANGED
*
* @since 3.6
*/
@@ -551,7 +551,7 @@ public class ACC {
/**
* Sent when a text object's attributes changed.
*
- * @see EVENT_OBJECT_ATTRIBUTE_CHANGED
+ * @see #EVENT_ATTRIBUTE_CHANGED
*
* @since 3.6
*/
@@ -578,7 +578,7 @@ public class ACC {
* <li>type - {@link ACC#INSERT} or {@link ACC#DELETE} - the type of change</li>
* <li>start - the index of the first character that changed</li>
* <li>end - the index of the last character that changed</li>
- * <li>text - the text string that changed</li>
+ * <li>text - the text string that was inserted or deleted</li>
* </ul></p>
*
* @since 3.6

Back to the top