summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-04-17 17:52:15 +0000
committerCarolyn MacLeod <carolyn>2006-04-17 17:52:15 +0000
commitccb90edffcc42c11361511dc0ff9fdd8eab06003 (patch)
tree4704b5fea2662a20c7b052e099339c011b655e9c /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
parent28a198b1a5bbcbf77edeedd5b76b866752b621c4 (diff)
downloadeclipse.platform.swt-ccb90edffcc42c11361511dc0ff9fdd8eab06003.tar.gz
eclipse.platform.swt-ccb90edffcc42c11361511dc0ff9fdd8eab06003.tar.xz
eclipse.platform.swt-ccb90edffcc42c11361511dc0ff9fdd8eab06003.zip
bug 136890 - javadoc typos
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java4
1 files changed, 2 insertions, 2 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 088e635fee..a2b8ba411a 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
@@ -390,7 +390,7 @@ void releaseChildren (boolean destroy) {
/**
* Removes the listener from the collection of listeners who will
- * be notified when items in the receiver are expanded or collapsed..
+ * be notified when items in the receiver are expanded or collapsed.
*
* @param listener the listener which should no longer be notified
*
@@ -442,7 +442,7 @@ void setScrollbar () {
}
/**
- * Sets the receiver's spacing, spacing specifies the number of pixel allocated around
+ * Sets the receiver's spacing. Spacing specifies the number of pixels allocated around
* each item.
*
* @exception SWTException <ul>