summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kovatch <skovatch>2011-01-20 16:46:01 +0000
committerScott Kovatch <skovatch>2011-01-20 16:46:01 +0000
commit025a82bb0e01510f64041b6d0a683cb2a67ef4fa (patch)
tree2f8f5506b5b81a34d6ac1059044e092a49fe3128
parent13344c79de4fc1eb07ffda86acb835ae0f732c21 (diff)
downloadeclipse.platform.swt-025a82bb0e01510f64041b6d0a683cb2a67ef4fa.tar.gz
eclipse.platform.swt-025a82bb0e01510f64041b6d0a683cb2a67ef4fa.tar.xz
eclipse.platform.swt-025a82bb0e01510f64041b6d0a683cb2a67ef4fa.zip
incorrect since tag added to setMenu
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
index 68019f77aa..d6c8261ba4 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
@@ -3832,7 +3832,6 @@ public void setLocation (Point location) {
* <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>
- * @since 3.7
*/
public void setMenu (Menu menu) {
checkWidget();