langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 14723 46aa71a5e4e0
parent 14547 86d8d242b0c4
child 14724 b542db73539a
equal deleted inserted replaced
14722:aaa39655aa2e 14723:46aa71a5e4e0
   185 compiler.misc.not.a.functional.intf.1=\
   185 compiler.misc.not.a.functional.intf.1=\
   186     the target type must be a functional interface\n\
   186     the target type must be a functional interface\n\
   187     {0}
   187     {0}
   188 
   188 
   189 # 0: symbol, 1: symbol kind, 2: symbol
   189 # 0: symbol, 1: symbol kind, 2: symbol
   190 compiler.misc.invalid.generic.desc.in.functional.intf=\
   190 compiler.misc.invalid.generic.lambda.target=\
   191     invalid functional descriptor: method {0} in {1} {2} is generic
   191     invalid functional descriptor for lambda expression\n\
       
   192     method {0} in {1} {2} is generic
   192 
   193 
   193 # 0: symbol kind, 1: symbol
   194 # 0: symbol kind, 1: symbol
   194 compiler.misc.incompatible.descs.in.functional.intf=\
   195 compiler.misc.incompatible.descs.in.functional.intf=\
   195     incompatible function descriptors found in {0} {1}
   196     incompatible function descriptors found in {0} {1}
   196 
   197