Boolean -> jet.Boolean

This commit is contained in:
Evgeny Gerashchenko
2012-04-17 02:25:11 +04:00
parent 1123a4f438
commit c1dde84508
@@ -307,7 +307,7 @@ public class DefaultErrorMessages {
TO_STRING); // TODO: message
MAP.put(TYPE_MISMATCH_IN_BINDING_PATTERN, "{0} is not a supertype of {1}. Use ''is'' to match against {0}", RENDER_TYPE, RENDER_TYPE);
MAP.put(INCOMPATIBLE_TYPES, "Incompatible types: {0} and {1}", RENDER_TYPE, RENDER_TYPE);
MAP.put(EXPECTED_CONDITION, "Expected condition of Boolean type");
MAP.put(EXPECTED_CONDITION, "Expected condition of jet.Boolean type");
MAP.put(CANNOT_CHECK_FOR_ERASED, "Cannot check for instance of erased type: {0}", RENDER_TYPE);
MAP.put(UNCHECKED_CAST, "Unchecked cast: {0} to {1}", RENDER_TYPE, RENDER_TYPE);