diff -r 08a404c6ff0f -r a803afefa115 langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties --- 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