summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2002-06-07 03:38:28 +0000
committerCarolyn MacLeod <carolyn>2002-06-07 03:38:28 +0000
commitbcdc72d632730dccdf9933eb5875dafc51fe937f (patch)
treef94c333dd7752ba5f91f32ac640059eefd3d2f06 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
parent69d0084b5fea5a770fc710b03cb4ca296bfc93a7 (diff)
downloadeclipse.platform.swt-bcdc72d632730dccdf9933eb5875dafc51fe937f.tar.gz
eclipse.platform.swt-bcdc72d632730dccdf9933eb5875dafc51fe937f.tar.xz
eclipse.platform.swt-bcdc72d632730dccdf9933eb5875dafc51fe937f.zip
Javadoc updates
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
index 242bf1c68e..fdaf484b6e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
@@ -44,8 +44,8 @@ public class ProgressBar extends Control {
* class, or must be built by <em>bitwise OR</em>'ing together
* (that is, using the <code>int</code> "|" operator) two or more
* of those <code>SWT</code> style constants. The class description
- * for all SWT widget classes should include a comment which
- * describes the style constants which are applicable to the class.
+ * describes the style constants that are applicable to the class.
+ * Style bits are also inherited from superclasses.
* </p>
*
* @param parent a composite control which will be the parent of the new instance (cannot be null)