diff options
author | Eike Stepper | 2021-11-24 11:25:12 +0000 |
---|---|---|
committer | Eike Stepper | 2021-11-24 11:25:12 +0000 |
commit | 7849c91bce12da7ef2d953e9951d0aa6a6df25de (patch) | |
tree | 5fa85db00ff094bfd6d0c327f898f157a0a21d3a /plugins/org.eclipse.emf.cdo.ui/src/org | |
parent | 2ff36bf54acb42c0e5f1ce2b1e08fc1f54c1e64b (diff) | |
download | cdo-7849c91bce12da7ef2d953e9951d0aa6a6df25de.tar.gz cdo-7849c91bce12da7ef2d953e9951d0aa6a6df25de.tar.xz cdo-7849c91bce12da7ef2d953e9951d0aa6a6df25de.zip |
[577425] SWTException: Invalid thread access in CDOCompareEditorUtil.createComparisonInput()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=577425
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/src/org')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java index 6dcfcdaba0..89ec42ffa8 100644 --- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java +++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java @@ -153,7 +153,7 @@ public abstract class OM CDOEditorOpener.Registry.INSTANCE.activate(); UIUtil.syncExec(() -> { - // Bug 577425: If the classes below are first accesses from a non-UI thread SWT throws "Invalid thread access". + // Bug 577425: If the classes below are first accessed from a non-UI thread SWT throws "Invalid thread access". PackageRegistryDialog.PRODUCT_GROUP.toString(); CDOLabelProvider.getColor(null); }); |