summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2010-07-15 19:15:00 +0000
committerCarolyn MacLeod <carolyn>2010-07-15 19:15:00 +0000
commitffb10975d18b37583681bce71d6e672884d68441 (patch)
tree696e18ba3d28b0f995b80e5ed274938e5cfb84e1 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
parent7455ded0a9a9811c5d6b68187502ff5324530079 (diff)
downloadeclipse.platform.swt-ffb10975d18b37583681bce71d6e672884d68441.tar.gz
eclipse.platform.swt-ffb10975d18b37583681bce71d6e672884d68441.tar.xz
eclipse.platform.swt-ffb10975d18b37583681bce71d6e672884d68441.zip
javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
index f14b8b217d..2c66f602b9 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
@@ -1024,8 +1024,11 @@ void forceResize () {
/**
* Returns the accessible object for the receiver.
+ * <p>
* If this is the first time this object is requested,
- * then the object is created and returned.
+ * then the object is created and returned. The object
+ * returned by getAccessible() does not need to be disposed.
+ * </p>
*
* @return the accessible object
*