Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2021-11-24 11:25:12 +0000
committerEike Stepper2021-11-24 11:25:12 +0000
commit7849c91bce12da7ef2d953e9951d0aa6a6df25de (patch)
tree5fa85db00ff094bfd6d0c327f898f157a0a21d3a /plugins/org.eclipse.emf.cdo.ui/src/org
parent2ff36bf54acb42c0e5f1ce2b1e08fc1f54c1e64b (diff)
downloadcdo-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.java2
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);
});

Back to the top