Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-11-02 17:51:15 +0000
committerMarkus Keller2015-11-02 17:53:44 +0000
commit7b95e78e991bc71e9e2b321efd5d25434257ad44 (patch)
tree7de7bab89e3f8f3dace4492823f392fadda81bcb /bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt
parentf31670c18995da3f2866b1778fe590408e781b48 (diff)
downloadeclipse.platform.swt-7b95e78e991bc71e9e2b321efd5d25434257ad44.tar.gz
eclipse.platform.swt-7b95e78e991bc71e9e2b321efd5d25434257ad44.tar.xz
eclipse.platform.swt-7b95e78e991bc71e9e2b321efd5d25434257ad44.zip
fixed wrong @noreference Javadocs ("It is marked public...")
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Menu.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Menu.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Menu.java
index 84125ec5e2..0fd8fd477a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Menu.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Menu.java
@@ -39,18 +39,6 @@ import org.eclipse.swt.internal.cocoa.*;
* @noextend This class is not intended to be subclassed by clients.
*/
public class Menu extends Widget {
- /**
- * the handle to the OS resource
- * (Warning: This field is platform dependent)
- * <p>
- * <b>IMPORTANT:</b> This field is <em>not</em> part of the SWT
- * public API. It is marked public only so that it can be shared
- * within the packages provided by SWT. It is not available on all
- * platforms and should never be accessed from application code.
- * </p>
- *
- * @noreference This field is not intended to be referenced by clients.
- */
NSMenu nsMenu;
int x, y, itemCount;
boolean hasLocation, visible;

Back to the top