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

changeset 1588
2620c953e9fe
parent 1581
4ff468de829d
child 1603
6118072811e5
equal deleted inserted replaced
1587:f1f605f85850 1588:2620c953e9fe
2063 # 0: message segment, 1: type 2063 # 0: message segment, 1: type
2064 compiler.warn.override.unchecked.thrown=\ 2064 compiler.warn.override.unchecked.thrown=\
2065 {0}\n\ 2065 {0}\n\
2066 overridden method does not throw {1} 2066 overridden method does not throw {1}
2067 2067
2068 # 0: class name
2069 compiler.warn.override.equals.but.not.hashcode=\
2070 Class {0}\n\
2071 overrides method equals but does not overrides method hashCode from Object
2072
2068 ## The following are all possible strings for the first argument ({0}) of the 2073 ## The following are all possible strings for the first argument ({0}) of the
2069 ## above strings. 2074 ## above strings.
2070 # 0: symbol, 1: symbol, 2: symbol, 3: symbol 2075 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
2071 compiler.misc.cant.override=\ 2076 compiler.misc.cant.override=\
2072 {0} in {1} cannot override {2} in {3} 2077 {0} in {1} cannot override {2} in {3}

mercurial