langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 16323 c4409c235642
parent 16320 92ba27b7aaf3
child 16328 8b9eb42167f6
equal deleted inserted replaced
16322:373dfc3f05f8 16323:c4409c235642
  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\