Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2007-05-30 18:47:05 +0000
committerCarolyn MacLeod2007-05-30 18:47:05 +0000
commit055460175a28535b106f7bd62a86c5fc49bc207c (patch)
tree0f857f57cd3de8e0390851ca621c3868457015a9
parent4e8347c99996fce85a89a8c0b1a558cf7894fc9a (diff)
downloadeclipse.platform.swt-055460175a28535b106f7bd62a86c5fc49bc207c.tar.gz
eclipse.platform.swt-055460175a28535b106f7bd62a86c5fc49bc207c.tar.xz
eclipse.platform.swt-055460175a28535b106f7bd62a86c5fc49bc207c.zip
fix javadoc error
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
index 3760922549..c22ec9bdb9 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
@@ -4047,7 +4047,7 @@ void setItemHeight (boolean fixScroll) {
* Sets the height of the area which would be used to
* display <em>one</em> of the items in the table.
*
- * @return the height of one item
+ * @param itemHeight the height of one item
*
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>

Back to the top