langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 4072 70eaf9773f81
parent 3895 3b3c2a1e5e8a
child 4142 bd950c8f4fb3
equal deleted inserted replaced
4071:10c876d2de66 4072:70eaf9773f81
   250     interface expected here
   250     interface expected here
   251 compiler.err.intf.meth.cant.have.body=\
   251 compiler.err.intf.meth.cant.have.body=\
   252     interface methods cannot have body
   252     interface methods cannot have body
   253 compiler.err.invalid.annotation.member.type=\
   253 compiler.err.invalid.annotation.member.type=\
   254     invalid type for annotation member
   254     invalid type for annotation member
       
   255 compiler.err.invalid.binary.number=\
       
   256     binary numbers must contain at least one binary digit
   255 compiler.err.invalid.hex.number=\
   257 compiler.err.invalid.hex.number=\
   256     hexadecimal numbers must contain at least one hexadecimal digit
   258     hexadecimal numbers must contain at least one hexadecimal digit
   257 compiler.err.invalid.meth.decl.ret.type.req=\
   259 compiler.err.invalid.meth.decl.ret.type.req=\
   258     invalid method declaration; return type required
   260     invalid method declaration; return type required
   259 
   261