--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Fri Feb 28 18:27:14 2014 +0000
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Fri Feb 28 20:25:24 2014 +0100
@@ -1039,6 +1039,9 @@
compiler.err.initializer.must.be.able.to.complete.normally=\
initializer must be able to complete normally
+compiler.err.initializer.not.allowed=\
+ initializers not allowed in interfaces
+
# 0: type
compiler.err.unreported.exception.need.to.catch.or.throw=\
unreported exception {0}; must be caught or declared to be thrown