summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Accessibility
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2011-04-04 15:50:02 +0000
committerFelipe Heidrich <fheidric>2011-04-04 15:50:02 +0000
commit38b94cc281601e3047bdfc01cc3a489f8e87b635 (patch)
treeba30a59206014d949cc9e8f0dfdbb6d462e1c911 /bundles/org.eclipse.swt/Eclipse SWT Accessibility
parent8023917e1e4a91baff7ca6d6a25b5301647cc521 (diff)
downloadeclipse.platform.swt-38b94cc281601e3047bdfc01cc3a489f8e87b635.tar.gz
eclipse.platform.swt-38b94cc281601e3047bdfc01cc3a489f8e87b635.tar.xz
eclipse.platform.swt-38b94cc281601e3047bdfc01cc3a489f8e87b635.zip
Bug 341804 - Unclear javadoc reference to 'AccessibleAttribute'
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Accessibility')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
index 71ce1f873f..e04f147f74 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
@@ -788,10 +788,10 @@ public class Accessible {
/**
* Adds the listener to the collection of listeners that will be
* notified when an accessible client asks for any of the properties
- * defined in the <code>AccessibleAttribute</code> interface.
+ * defined in the <code>AccessibleAttributeListener</code> interface.
*
* @param listener the listener that should be notified when the receiver
- * is asked for <code>AccessibleAttribute</code> interface properties
+ * is asked for <code>AccessibleAttributeListener</code> interface properties
*
* @exception IllegalArgumentException <ul>
* <li>ERROR_NULL_ARGUMENT - if the listener is null</li>