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

changeset 1610
08782b8b03ce
parent 1607
bd49e0304281
child 1615
12202e6ab78a
equal deleted inserted replaced
1609:332f23993353 1610:08782b8b03ce
1899 1899
1900 # 0: symbol kind, 1: symbol 1900 # 0: symbol kind, 1: symbol
1901 compiler.misc.non-static.cant.be.ref=\ 1901 compiler.misc.non-static.cant.be.ref=\
1902 non-static {0} {1} cannot be referenced from a static context 1902 non-static {0} {1} cannot be referenced from a static context
1903 1903
1904 # 0: symbol kind, 1: symbol
1905 compiler.misc.static.method.in.unbound.lookup=\
1906 static {0} {1} found in unbound lookup
1907
1904 ## Both arguments ({0}, {1}) are "kindname"s. {0} is a comma-separated list 1908 ## Both arguments ({0}, {1}) are "kindname"s. {0} is a comma-separated list
1905 ## of kindnames (the list should be identical to that provided in source. 1909 ## of kindnames (the list should be identical to that provided in source.
1906 compiler.err.unexpected.type=\ 1910 compiler.err.unexpected.type=\
1907 unexpected type\n\ 1911 unexpected type\n\
1908 required: {0}\n\ 1912 required: {0}\n\

mercurial