src/share/classes/com/sun/tools/javac/resources/compiler.properties

changeset 1607
bd49e0304281
parent 1603
6118072811e5
child 1610
08782b8b03ce
equal deleted inserted replaced
1606:ccbe7ffdd867 1607:bd49e0304281
2069 {0}\n\ 2069 {0}\n\
2070 overridden method does not throw {1} 2070 overridden method does not throw {1}
2071 2071
2072 # 0: class name 2072 # 0: class name
2073 compiler.warn.override.equals.but.not.hashcode=\ 2073 compiler.warn.override.equals.but.not.hashcode=\
2074 Class {0}\n\ 2074 Class {0} overrides equals, but neither it nor any superclass overrides hashCode method
2075 overrides method equals but does not overrides method hashCode from Object
2076 2075
2077 ## The following are all possible strings for the first argument ({0}) of the 2076 ## The following are all possible strings for the first argument ({0}) of the
2078 ## above strings. 2077 ## above strings.
2079 # 0: symbol, 1: symbol, 2: symbol, 3: symbol 2078 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
2080 compiler.misc.cant.override=\ 2079 compiler.misc.cant.override=\

mercurial