diff options
author | Scott Kovatch <skovatch> | 2011-01-20 16:46:01 +0000 |
---|---|---|
committer | Scott Kovatch <skovatch> | 2011-01-20 16:46:01 +0000 |
commit | 025a82bb0e01510f64041b6d0a683cb2a67ef4fa (patch) | |
tree | 2f8f5506b5b81a34d6ac1059044e092a49fe3128 | |
parent | 13344c79de4fc1eb07ffda86acb835ae0f732c21 (diff) | |
download | eclipse.platform.swt-025a82bb0e01510f64041b6d0a683cb2a67ef4fa.tar.gz eclipse.platform.swt-025a82bb0e01510f64041b6d0a683cb2a67ef4fa.tar.xz eclipse.platform.swt-025a82bb0e01510f64041b6d0a683cb2a67ef4fa.zip |
incorrect since tag added to setMenu
-rwxr-xr-x | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java | 1 |
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(); |