summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2005-06-21 17:51:55 +0000
committerSteve Northover <steve>2005-06-21 17:51:55 +0000
commit036585f1f94aad8d28823311695a51a0543f687b (patch)
treed2a8929f516e49c6cbb457cfbc7073fd2f60ef85
parent25018617e8533bdcdcf0657de3d082a3b74dbd84 (diff)
downloadeclipse.platform.swt-036585f1f94aad8d28823311695a51a0543f687b.tar.gz
eclipse.platform.swt-036585f1f94aad8d28823311695a51a0543f687b.tar.xz
eclipse.platform.swt-036585f1f94aad8d28823311695a51a0543f687b.zip
86562 - Javadoc - Widget.getDisplay() can be called from any thread
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
index aa728a2747..129d3299bb 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
@@ -498,7 +498,6 @@ public Object getData (String key) {
*
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
- * <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
*/
public Display getDisplay () {