--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Fri Feb 15 18:40:38 2013 -0800
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Feb 18 14:33:25 2013 +0000
@@ -2065,6 +2065,11 @@
{0}\n\
overridden method does not throw {1}
+# 0: class name
+compiler.warn.override.equals.but.not.hashcode=\
+ Class {0}\n\
+ overrides method equals but does not overrides method hashCode from Object
+
## The following are all possible strings for the first argument ({0}) of the
## above strings.
# 0: symbol, 1: symbol, 2: symbol, 3: symbol