langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 12715 139b8354de6a
parent 12468 1100643c0209
child 12915 28cf1e0dafdc
--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri May 04 07:55:51 2012 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu May 10 12:32:58 2012 -0700
@@ -137,6 +137,10 @@
 compiler.err.attribute.value.must.be.constant=\
     attribute value must be constant
 
+# 0: statement type
+compiler.err.bad.initializer=\
+    bad initializer for {0}
+
 compiler.err.break.outside.switch.loop=\
     break outside switch or loop