langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 19651 b1aa46cc2198
parent 19508 e2cd0ed6c9b0
child 19914 d86271bd430a
equal deleted inserted replaced
19512:07dcf1232608 19651:b1aa46cc2198
  2246     enclosing static nested class cannot be annotated
  2246     enclosing static nested class cannot be annotated
  2247 
  2247 
  2248 # TODO 308: make a better error message
  2248 # TODO 308: make a better error message
  2249 # 0: unused
  2249 # 0: unused
  2250 compiler.err.cant.annotate.nested.type=\
  2250 compiler.err.cant.annotate.nested.type=\
  2251     nested type cannot be annotated
  2251     scoping construct for static nested type cannot be annotated
  2252 
  2252 
  2253 # 0: type, 1: type
  2253 # 0: type, 1: type
  2254 compiler.err.incorrect.receiver.name=\
  2254 compiler.err.incorrect.receiver.name=\
  2255     the receiver name does not match the enclosing class type\n\
  2255     the receiver name does not match the enclosing class type\n\
  2256     required: {0}\n\
  2256     required: {0}\n\