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

changeset 618
4a7979c3ce15
parent 612
d1bd93028447
child 632
ea1930f4b789
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu Jul 29 15:57:43 2010 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu Jul 29 18:06:34 2010 -0700
     1.3 @@ -778,6 +778,9 @@
     1.4  compiler.warn.proc.illegal.file.name=\
     1.5      Cannot create file for illegal name ''{0}''.
     1.6  
     1.7 +compiler.warn.proc.suspicious.class.name=\
     1.8 +    Creating file for a type whose name ends in {1}: ''{0}''
     1.9 +
    1.10  compiler.warn.proc.file.create.last.round=\
    1.11      File for type ''{0}'' created in the last round will not be subject to annotation processing.
    1.12  

mercurial