langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 3557 a803afefa115
parent 3554 a0a7f7f2a6e5
child 3560 bbfccbd92afe
--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Aug 11 01:12:40 2009 +0100
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Aug 11 01:13:14 2009 +0100
@@ -431,6 +431,8 @@
     static import only from classes and interfaces
 compiler.err.synthetic.name.conflict=\
     the symbol {0} conflicts with a compiler-synthesized symbol in {1}
+compiler.warn.synthetic.name.conflict=\
+    the symbol {0} conflicts with a compiler-synthesized symbol in {1}
 
 compiler.err.throws.not.allowed.in.intf.annotation=\
     throws clause not allowed in @interface members