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-05-02 20:14:29 +0000
committerCarolyn MacLeod <carolyn>2006-05-02 20:14:29 +0000
commit458fc2af727ce02b1c85fc2e28999d1f3e2c0e63 (patch)
tree2e94ec7fea3a71d54d44597169ce022ed72018d8 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
parent6f7e13302682818f09eae23755fc604e97a36287 (diff)
downloadeclipse.platform.swt-458fc2af727ce02b1c85fc2e28999d1f3e2c0e63.tar.gz
eclipse.platform.swt-458fc2af727ce02b1c85fc2e28999d1f3e2c0e63.tar.xz
eclipse.platform.swt-458fc2af727ce02b1c85fc2e28999d1f3e2c0e63.zip
javadoc
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 202199a4c2..bf7a58a738 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
@@ -21,14 +21,14 @@ import org.eclipse.swt.events.*;
* <p>
* The item children that may be added to instances of this class
* must be of type <code>ExpandItem</code>.
- * <p>
+ * </p><p>
* <dl>
* <dt><b>Styles:</b></dt>
* <dd>V_SCROLL</dd>
* <dt><b>Events:</b></dt>
* <dd>Expand, Collapse</dd>
* </dl>
- * <p>
+ * </p><p>
* IMPORTANT: This class is <em>not</em> intended to be subclassed.
* </p>
*