langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 16294 0c291a3cd60d
parent 15385 ee1eebe7e210
child 16301 b6fd735ea78e
equal deleted inserted replaced
16293:bf5e87940aee 16294:0c291a3cd60d
   722     incompatible thrown types {0} in method reference
   722     incompatible thrown types {0} in method reference
   723 
   723 
   724 compiler.misc.incompatible.arg.types.in.lambda=\
   724 compiler.misc.incompatible.arg.types.in.lambda=\
   725     incompatible parameter types in lambda expression
   725     incompatible parameter types in lambda expression
   726 
   726 
       
   727 compiler.misc.incompatible.arg.types.in.mref=\
       
   728     incompatible parameter types in method reference
       
   729 
   727 compiler.err.new.not.allowed.in.annotation=\
   730 compiler.err.new.not.allowed.in.annotation=\
   728     ''new'' not allowed in an annotation
   731     ''new'' not allowed in an annotation
   729 
   732 
   730 compiler.err.no.annotation.member=\
   733 compiler.err.no.annotation.member=\
   731     no annotation member {0} in {1}
   734     no annotation member {0} in {1}