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/gtk/org/eclipse/swt/widgets/Sash.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java') diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java index 0134c1be91..d42980e145 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java @@ -76,7 +76,7 @@ public Sash (Composite parent, int style) { /** * Adds the listener to the collection of listeners who will - * be notified when the control is selected, by sending + * be notified when the control is selected by the user, by sending * it one of the messages defined in the SelectionListener * interface. *

@@ -85,7 +85,7 @@ public Sash (Composite parent, int style) { * widgetDefaultSelected is not called. *

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