Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties')
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
index 2c6911353..7d642047d 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
@@ -990,7 +990,7 @@
2100023 = Illegally copied default constructor, role {0} is a bound role.
2100024 = Modifier "readonly" is not yet supported.
2100025 = Missing compiler implementation: {0} is not yet supported.
-2100026 = Base class {0} appears to be a system class, which means that load time weaving could fail\nif this class is loaded from rt.jar/the bootstrap classpath.\nIf the runtime throws an UnsupportedFeatureException launching the program in JPLIS mode might help.
+2100026 = Base class {0} appears to be a system class, which means that load time weaving could possibly fail\nif this class is loaded from rt.jar/the bootstrap classpath.
2100027 = Dangerous callin binding: {0} is used internally during lifting, which could create infinite recursion.
2100028 = Compiler limitation: can't copy annotation ''{0}'' for implicitly inherited field ''{1}'': unexpected structure.
2100029 = Class file {0} has incompatible OT/J byte code version {1}, please consider a full build of the declaring project.

Back to the top