--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Tue Mar 05 14:16:07 2013 +0000
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Tue Mar 05 14:19:49 2013 +0000
@@ -766,6 +766,10 @@
compiler.err.not.def.public.cant.access=\
{0} is not public in {1}; cannot be accessed from outside package
+# 0: symbol, 1: symbol
+compiler.misc.not.def.public.cant.access=\
+ {0} is not public in {1}; cannot be accessed from outside package
+
# 0: name
compiler.err.not.loop.label=\
not a loop label: {0}