Added IDE error messages for CONFLICTING_OVERLOADS.

This commit is contained in:
Evgeny Gerashchenko
2012-04-17 12:08:48 +04:00
parent 3cc1a69905
commit a2a9d6847b
@@ -72,6 +72,7 @@ public class IdeErrorMessages {
MAP.put(MANY_IMPL_MEMBER_NOT_IMPLEMENTED, "<html>{0} must override {1}<br />because it inherits many implementations of it</html>",
RENDER_CLASS_OR_OBJECT, DescriptorRenderer.HTML);
MAP.put(CONFLICTING_OVERLOADS, "<html>{1}<br />is already defined in ''{0}''</html>", DescriptorRenderer.HTML, TO_STRING);
MAP.setImmutable();
}