From 20a3f2c29e1d6bada2326bd04dcead2e1ae22ad9 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Thu, 31 May 2007 20:34:20 +0000 Subject: After javadoc bash for 3.3 RC3 --- .../Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java') diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java index 5d87854e1a..f39fa2e303 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java @@ -187,7 +187,7 @@ public void addHelpListener (HelpListener listener) { /** * Adds the listener to the collection of listeners who will - * be notified when the menu item is selected, by sending + * be notified when the menu item is selected by the user, by sending * it one of the messages defined in the SelectionListener * interface. *

@@ -195,7 +195,7 @@ public void addHelpListener (HelpListener listener) { * widgetDefaultSelected is not called. *

* - * @param listener the listener which should be notified + * @param listener the listener which should be notified when the menu item is selected by the user * * @exception IllegalArgumentException