Bug 433150 Reorganize structure of runtime bundles / packages
- adjust to changed lenght of compound name of OTREInternalError
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/SyntheticBaseCallSurrogate.java b/org.eclipse.jdt.core/compiler/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/SyntheticBaseCallSurrogate.java
index 35779eb..b410e48 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/SyntheticBaseCallSurrogate.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/SyntheticBaseCallSurrogate.java
@@ -70,7 +70,7 @@
 		MethodModel.saveReturnType(this, origReturnType);
 		// fetch type bindings while we have a scope:
 		Scope scope = declaringClass.scope;
-		this.errorType = scope.getType(IOTConstants.OTRE_INTERNAL_ERROR, 5);
+		this.errorType = scope.getType(IOTConstants.OTRE_INTERNAL_ERROR, 3);
 		this.stringType = scope.getJavaLangString();
 		// the synthetic methods of a class will be sorted according to a per-class index, find the index now: 
 		SyntheticMethodBinding[] knownAccessMethods = declaringClass.syntheticMethods();