Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2016-01-07 21:15:24 +0000
committerAndrey Loskutov2016-01-07 21:15:24 +0000
commitf7e0ca0a6ceaa853cff4c479014daa7b446ef66a (patch)
treea73e6dc41d5c455ef9a0632a7ef90d1892ecfe84 /bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java
parent951feeb55fe8d7953aa6c1ff789a550d3ace9b41 (diff)
downloadeclipse.platform.swt-f7e0ca0a6ceaa853cff4c479014daa7b446ef66a.tar.gz
eclipse.platform.swt-f7e0ca0a6ceaa853cff4c479014daa7b446ef66a.tar.xz
eclipse.platform.swt-f7e0ca0a6ceaa853cff4c479014daa7b446ef66a.zip
Bug 485367 - cleaned trailing spaces in swt (common)
Change-Id: I06f169ff771ea37dbeb35ba11fb988a4b1665c5d Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java b/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java
index b3169ea372..8e61f4fde8 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/ProgressEvent.java
@@ -18,7 +18,7 @@ import org.eclipse.swt.events.*;
* {@link ProgressListener}'s when a progress is made during the
* loading of the current URL or when the loading of the current
* URL has been completed.
- *
+ *
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
*
* @since 3.0
@@ -28,7 +28,7 @@ public class ProgressEvent extends TypedEvent {
public int current;
/** total value */
public int total;
-
+
static final long serialVersionUID = 3977018427045393972L;
/**

Back to the top