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

changeset 1925
7696282873f6
parent 1921
dae52d74c1fc
child 1955
ec77c7b46c37
equal deleted inserted replaced
1924:cd9e8cea1b3c 1925:7696282873f6
916 signature does not match {0}; incompatible supertype 916 signature does not match {0}; incompatible supertype
917 917
918 compiler.err.signature.doesnt.match.intf=\ 918 compiler.err.signature.doesnt.match.intf=\
919 signature does not match {0}; incompatible interfaces 919 signature does not match {0}; incompatible interfaces
920 920
921 # 0: number, 1: number
922 compiler.err.method.invoked.with.incorrect.number.arguments=\
923 method invoked with incorrect number of arguments; expected {0}, found {1}
924
921 # 0: symbol, 1: symbol, 2: symbol 925 # 0: symbol, 1: symbol, 2: symbol
922 compiler.err.does.not.override.abstract=\ 926 compiler.err.does.not.override.abstract=\
923 {0} is not abstract and does not override abstract method {1} in {2} 927 {0} is not abstract and does not override abstract method {1} in {2}
924 928
925 compiler.err.source.cant.overwrite.input.file=\ 929 compiler.err.source.cant.overwrite.input.file=\

mercurial