Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2017-07-12 12:57:50 +0000
committerAndrey Loskutov2017-07-12 12:57:50 +0000
commit1cae455f025327f0fdca8adbd09a918d98b986bc (patch)
treef8647b8cbbdb69514d15e030e75aeae49ca00f34 /bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/ExtensionEventDispatcherJob.java
parent55836b9a5120fd36bc1021c36a5fdb361401ed55 (diff)
downloadrt.equinox.bundles-1cae455f025327f0fdca8adbd09a918d98b986bc.tar.gz
rt.equinox.bundles-1cae455f025327f0fdca8adbd09a918d98b986bc.tar.xz
rt.equinox.bundles-1cae455f025327f0fdca8adbd09a918d98b986bc.zip
Bug 519547 - cleanup trailing white space
Change-Id: I33c47d70d3d096ba21159df18d4f49882af578cc Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/ExtensionEventDispatcherJob.java')
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/ExtensionEventDispatcherJob.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/ExtensionEventDispatcherJob.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/ExtensionEventDispatcherJob.java
index 33eadd583..bc23d1b9a 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/ExtensionEventDispatcherJob.java
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/ExtensionEventDispatcherJob.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.core.runtime.spi.RegistryStrategy;
* Use Eclipse job scheduling mechanism.
*/
final public class ExtensionEventDispatcherJob extends Job {
- // an "identy rule" that forces extension events to be queued
+ // an "identy rule" that forces extension events to be queued
private final static ISchedulingRule EXTENSION_EVENT_RULE = new ISchedulingRule() {
@Override
public boolean contains(ISchedulingRule rule) {

Back to the top