Fix EXPLICIT_OVERRIDE_REQUIRED_IN_MIXED_MODE message
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ public class DefaultErrorMessagesJvm implements DefaultErrorMessages.Extension {
|
||||
MAP.put(EXPLICIT_OVERRIDE_REQUIRED_IN_MIXED_MODE,
|
||||
"Explicit override is required for ''{0}'' in the ''-Xjvm-default={2}'' mode. " +
|
||||
"Otherwise, implicit class override ''{1}'' (compiled in the old -Xjvm-default mode) " +
|
||||
"is not fully overridden and might be incorrectly called at runtime",
|
||||
"is not fully overridden and would be incorrectly called at runtime",
|
||||
SHORT_NAMES_IN_TYPES, SHORT_NAMES_IN_TYPES, TO_STRING);
|
||||
|
||||
MAP.put(DANGEROUS_CHARACTERS, "Name contains characters which can cause problems on Windows: {0}", STRING);
|
||||
|
||||
Reference in New Issue
Block a user