summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2003-04-09 19:30:23 +0000
committerGrant Gayed <ggayed>2003-04-09 19:30:23 +0000
commit0543793bc85090aa74bcc2c3d31d7a9c6a96da34 (patch)
treec80dfc997ed3cfa858e748316a1a1ab7b8243996 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java
parent049f1bdfc153176790d7ef6df90947f689d390dd (diff)
downloadeclipse.platform.swt-0543793bc85090aa74bcc2c3d31d7a9c6a96da34.tar.gz
eclipse.platform.swt-0543793bc85090aa74bcc2c3d31d7a9c6a96da34.tar.xz
eclipse.platform.swt-0543793bc85090aa74bcc2c3d31d7a9c6a96da34.zip
fix javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java
index d346306034..ab5591041e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java
@@ -521,10 +521,10 @@ void setSavedFocus (Control control) {
* window manager will typically display as the receiver's
* <em>title</em>, to the argument, which may not be null.
*
- * @param text the new text
+ * @param string the new text
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT - if the listener is null</li>
+ * <li>ERROR_NULL_ARGUMENT - if the text is null</li>
* </ul>
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>