Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
index 227b7d9b72..c3f33c2d20 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
@@ -401,13 +401,13 @@ void becomeKeyWindow (long /*int*/ id, long /*int*/ sel) {
* </p>
* <p>
* The parameter <code>flags</code> may be either:
+ * </p>
* <dl>
* <dt><b>{@link SWT#ALL}</b></dt>
* <dd>all children in the receiver's widget tree should be skinned</dd>
* <dt><b>{@link SWT#NONE}</b></dt>
* <dd>only the receiver should be skinned</dd>
* </dl>
- * </p>
* @param flags the flags specifying how to reskin
*
* @exception SWTException

Back to the top