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

changeset 215
9d541fd2916b
parent 165
4f7b344a1ce0
child 221
6ada6122dd4f
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Jan 30 23:28:38 2009 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Feb 06 10:23:57 2009 -0800
     1.3 @@ -346,6 +346,9 @@
     1.4  compiler.err.pkg.clashes.with.class.of.same.name=\
     1.5      package {0} clashes with class of same name
     1.6  
     1.7 +compiler.err.warnings.and.werror=\
     1.8 +    warnings found and -Werror specified
     1.9 +
    1.10  # Errors related to annotation processing
    1.11  
    1.12  compiler.err.proc.cant.access=\

mercurial