summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2004-05-10 21:28:19 +0000
committerCarolyn MacLeod <carolyn>2004-05-10 21:28:19 +0000
commit78d893bd9353449f7f1929c8d1986e012ec88df0 (patch)
tree7fbfa6d2be5fc7cb7da14d92969a97b9291ea18b /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
parent844ac41a45f316893450db56222e677b1c5e39de (diff)
downloadeclipse.platform.swt-78d893bd9353449f7f1929c8d1986e012ec88df0.tar.gz
eclipse.platform.swt-78d893bd9353449f7f1929c8d1986e012ec88df0.tar.xz
eclipse.platform.swt-78d893bd9353449f7f1929c8d1986e012ec88df0.zip
javadoc typos
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
index 0a4d6a2bb6..e436b86e77 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
@@ -122,7 +122,7 @@ public Menu (Decorations parent, int style) {
* for the instance so that the instance will be a drop-down
* menu on the given parent's parent.
*
- * @param parent a menu which will be the parent of the new instance (cannot be null)
+ * @param parentMenu a menu which will be the parent of the new instance (cannot be null)
*
* @exception IllegalArgumentException <ul>
* <li>ERROR_NULL_ARGUMENT - if the parent is null</li>
@@ -146,7 +146,7 @@ public Menu (Menu parentMenu) {
* for the instance so that the instance will be a drop-down
* menu on the given parent's parent menu.
*
- * @param parent a menu item which will be the parent of the new instance (cannot be null)
+ * @param parentItem a menu item which will be the parent of the new instance (cannot be null)
*
* @exception IllegalArgumentException <ul>
* <li>ERROR_NULL_ARGUMENT - if the parent is null</li>