--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Fri Apr 18 17:25:43 2014 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Apr 21 22:51:49 2014 +0100
@@ -738,6 +738,9 @@
bad return type in method reference\n\
{0}
+compiler.err.lambda.body.neither.value.nor.void.compatible=\
+ lambda body is neither value nor void compatible
+
# 0: list of type
compiler.err.incompatible.thrown.types.in.mref=\
incompatible thrown types {0} in method reference