langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 45758 b2a0122861f5
parent 45756 67f4f8f4d34a
child 45867 ca77ebd05a06
equal deleted inserted replaced
45757:1017cd5d6506 45758:b2a0122861f5
   725     malformed floating point literal
   725     malformed floating point literal
   726 
   726 
   727 compiler.err.method.does.not.override.superclass=\
   727 compiler.err.method.does.not.override.superclass=\
   728     method does not override or implement a method from a supertype
   728     method does not override or implement a method from a supertype
   729 
   729 
       
   730 compiler.err.static.methods.cannot.be.annotated.with.override=\
       
   731     static methods cannot be annotated with @Override
       
   732 
   730 compiler.err.missing.meth.body.or.decl.abstract=\
   733 compiler.err.missing.meth.body.or.decl.abstract=\
   731     missing method body, or declare abstract
   734     missing method body, or declare abstract
   732 
   735 
   733 compiler.err.missing.ret.stmt=\
   736 compiler.err.missing.ret.stmt=\
   734     missing return statement
   737     missing return statement