langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 19918 3bdf0c6b869c
parent 19914 d86271bd430a
child 20609 dce669916b62
--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Sep 03 23:41:37 2013 +0100
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Sep 04 00:01:05 2013 +0100
@@ -1927,6 +1927,10 @@
 compiler.misc.diamond.and.explicit.params=\
     cannot use ''<>'' with explicit type parameters for constructor
 
+# 0: unused
+compiler.misc.mref.infer.and.explicit.params=\
+    cannot use raw constructor reference with explicit type parameters for constructor
+
 # 0: type, 1: list of type
 compiler.misc.explicit.param.do.not.conform.to.bounds=\
     explicit type argument {0} does not conform to declared bound(s) {1}