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/AuthenticationEvent.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/AuthenticationEvent.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/AuthenticationEvent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/AuthenticationEvent.java b/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/AuthenticationEvent.java
index bf71496fb2..e42838bc05 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/AuthenticationEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/AuthenticationEvent.java
@@ -33,7 +33,7 @@ public class AuthenticationEvent extends TypedEvent {
/** The password to authenticate with */
public String password;
- /**
+ /**
* A flag indicating whether the authentication should proceed.
* Setting this field to <code>false</code> will cancel the operation.
*/

Back to the top