summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2002-06-10 17:09:27 +0000
committerCarolyn MacLeod <carolyn>2002-06-10 17:09:27 +0000
commit41e5553737cf255a2e9bfc642a86459b9d3f0575 (patch)
treee11f4d36abc9f05400d3c502707a9f7222bbf518 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
parent56bc6e670a7608314ce91b87f11ca2841141eacb (diff)
downloadeclipse.platform.swt-41e5553737cf255a2e9bfc642a86459b9d3f0575.tar.gz
eclipse.platform.swt-41e5553737cf255a2e9bfc642a86459b9d3f0575.tar.xz
eclipse.platform.swt-41e5553737cf255a2e9bfc642a86459b9d3f0575.zip
Removed extra blank lines added by JavadocBasher.
Updated copyright to include 2002.
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
index bd45935737..9307c64509 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
@@ -1,7 +1,7 @@
package org.eclipse.swt.widgets;
/*
- * (c) Copyright IBM Corp. 2000, 2001.
+ * (c) Copyright IBM Corp. 2000, 2001, 2002.
* All Rights Reserved
*/
@@ -29,7 +29,6 @@ import org.eclipse.swt.events.*;
* within the SWT implementation.
* </p>
*/
-
public class Scale extends Control {
/**