summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2008-05-30 14:26:54 +0000
committerSteve Northover <steve>2008-05-30 14:26:54 +0000
commit43b37a66dcb69f4c7dd8a761be9a446f1ea77e81 (patch)
treed5dc59bc7aed585087888d01cd320e0dfcf6c1fc
parent55070515b3af73221a67cb71a53d74a6ec6b6389 (diff)
downloadeclipse.platform.swt-43b37a66dcb69f4c7dd8a761be9a446f1ea77e81.tar.gz
eclipse.platform.swt-43b37a66dcb69f4c7dd8a761be9a446f1ea77e81.tar.xz
eclipse.platform.swt-43b37a66dcb69f4c7dd8a761be9a446f1ea77e81.zip
234823 - JavaDoc: ExpandBar#setSpacing doesn't describe the parameter passed
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
index 568421ea3c..50a565f5c4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
@@ -528,6 +528,8 @@ void setScrollbar () {
/**
* Sets the receiver's spacing. Spacing specifies the number of pixels allocated around
* each item.
+ *
+ * @param spacing the spacing around each item
*
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>