Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.core.runtime.compatibility/src-model/org/eclipse/core/internal/model/RegistryResolver.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.runtime.compatibility/src-model/org/eclipse/core/internal/model/RegistryResolver.java b/bundles/org.eclipse.core.runtime.compatibility/src-model/org/eclipse/core/internal/model/RegistryResolver.java
index e0f7b6ee3..99b343e1a 100644
--- a/bundles/org.eclipse.core.runtime.compatibility/src-model/org/eclipse/core/internal/model/RegistryResolver.java
+++ b/bundles/org.eclipse.core.runtime.compatibility/src-model/org/eclipse/core/internal/model/RegistryResolver.java
@@ -671,6 +671,7 @@ public class RegistryResolver {
} catch (RuntimeException e) {
// if the version is invalid, an AssertionFailedException (not visible here) will be thrown
if (this.DEBUG_RESOLVE)
+ // only show if we are debugging
e.printStackTrace(System.out);
// Hopefully, we will never get here. The version number
// has already been successfully converted from a string to

Back to the top