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

changeset 757
c44234f680da
parent 752
03177f49411d
child 776
3c32c90031fd
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Nov 29 10:09:48 2010 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Nov 29 14:15:36 2010 -0800
     1.3 @@ -764,6 +764,9 @@
     1.4  compiler.warn.static.not.qualified.by.type=\
     1.5      static {0} should be qualified by type name, {1}, instead of by an expression
     1.6  
     1.7 +compiler.warn.source.no.bootclasspath=\
     1.8 +    bootstrap class path not set in conjunction with -source {0}
     1.9 +
    1.10  # Warnings related to annotation processing
    1.11  compiler.warn.proc.package.does.not.exist=\
    1.12      package {0} does not exist

mercurial