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

changeset 1921
dae52d74c1fc
parent 1914
0a9f5cbe37d9
child 1925
7696282873f6
equal deleted inserted replaced
1920:b02f28bf7f1c 1921:dae52d74c1fc
903 903
904 # 0: symbol, 1: set of modifier, 2: symbol 904 # 0: symbol, 1: set of modifier, 2: symbol
905 compiler.err.report.access=\ 905 compiler.err.report.access=\
906 {0} has {1} access in {2} 906 {0} has {1} access in {2}
907 907
908 # 0: symbol, 1: set of modifier, 2: symbol
909 compiler.misc.report.access=\
910 {0} has {1} access in {2}
911
908 compiler.err.ret.outside.meth=\ 912 compiler.err.ret.outside.meth=\
909 return outside method 913 return outside method
910 914
911 compiler.err.signature.doesnt.match.supertype=\ 915 compiler.err.signature.doesnt.match.supertype=\
912 signature does not match {0}; incompatible supertype 916 signature does not match {0}; incompatible supertype

mercurial