Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-01-21 14:57:34 +0000
committerLars Vogel2020-01-21 14:57:34 +0000
commit27551d13c7e846c37beb6d33427e1118b9bd347f (patch)
tree0413131579fb93a5c0dffe01ccc2de820050017f
parent84a99bef163815136fca38b027e7b28d73a9035b (diff)
downloadrt.equinox.bundles-27551d13c7e846c37beb6d33427e1118b9bd347f.tar.gz
rt.equinox.bundles-27551d13c7e846c37beb6d33427e1118b9bd347f.tar.xz
rt.equinox.bundles-27551d13c7e846c37beb6d33427e1118b9bd347f.zip
Removes unnecessary whitespace from EquinoxRegistryStrategyI20200123-0525I20200123-0430I20200122-1805I20200121-2225I20200121-1805
Change-Id: Id94258b86b7b8ff409a62a0283750645be0fc9e9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/EquinoxRegistryStrategy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/EquinoxRegistryStrategy.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/EquinoxRegistryStrategy.java
index 6238a7ae1..d51e86635 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/EquinoxRegistryStrategy.java
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/EquinoxRegistryStrategy.java
@@ -94,7 +94,7 @@ public class EquinoxRegistryStrategy extends RegistryStrategyOSGI {
new ExtensionEventDispatcherJob(listeners, deltas, registry).schedule();
return; // all done - most typical use case
} catch (NoClassDefFoundError | IllegalStateException e) {
- useJobs = false;
+ useJobs = false;
// Jobs are missing or
// Jobs bundles was stopped
}

Back to the top