src/share/classes/com/sun/tools/javac/resources/compiler.properties

changeset 359
8227961c64d3
parent 356
d5f6c475f475
child 362
c4c424badb83
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Aug 11 01:12:40 2009 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Aug 11 01:13:14 2009 +0100
     1.3 @@ -431,6 +431,8 @@
     1.4      static import only from classes and interfaces
     1.5  compiler.err.synthetic.name.conflict=\
     1.6      the symbol {0} conflicts with a compiler-synthesized symbol in {1}
     1.7 +compiler.warn.synthetic.name.conflict=\
     1.8 +    the symbol {0} conflicts with a compiler-synthesized symbol in {1}
     1.9  
    1.10  compiler.err.throws.not.allowed.in.intf.annotation=\
    1.11      throws clause not allowed in @interface members

mercurial