summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2002-06-07 05:41:32 +0000
committerCarolyn MacLeod <carolyn>2002-06-07 05:41:32 +0000
commit657d471e34fe427c258b67891131caf42945a831 (patch)
treef56d85930b22ca280693268411df667fa75e07ea /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
parenta3718afdd2ac827d68d56934b219ee7c799f11aa (diff)
downloadeclipse.platform.swt-657d471e34fe427c258b67891131caf42945a831.tar.gz
eclipse.platform.swt-657d471e34fe427c258b67891131caf42945a831.tar.xz
eclipse.platform.swt-657d471e34fe427c258b67891131caf42945a831.zip
Javadoc updates
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
index 91b783da11..3506858c04 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
@@ -87,7 +87,7 @@ public class ScrollBar extends Widget {
* 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
- * describes the style constants that are applicable to the class.
+ * lists the style constants that are applicable to the class.
* Style bits are also inherited from superclasses.
* </p>
*