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

changeset 776
3c32c90031fd
parent 757
c44234f680da
child 795
7b99f98b3035
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Dec 06 11:51:02 2010 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Dec 07 14:13:25 2010 -0800
     1.3 @@ -767,6 +767,9 @@
     1.4  compiler.warn.source.no.bootclasspath=\
     1.5      bootstrap class path not set in conjunction with -source {0}
     1.6  
     1.7 +compiler.warn.future.attr=\
     1.8 +    {0} attribute introduced in version {1}.{2} class files is ignored in version {3}.{4} class files
     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