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

changeset 657
70ebdef189c9
parent 554
9d9f26857129
child 798
4868a36f6fd8
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/javac.properties	Wed Aug 25 11:24:30 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/javac.properties	Wed Aug 25 11:40:25 2010 -0700
     1.3 @@ -74,7 +74,9 @@
     1.4  javac.opt.A=\
     1.5      Options to pass to annotation processors
     1.6  javac.opt.implicit=\
     1.7 -    Specify whether or not to generate class files for implicitly referenced files 
     1.8 +    Specify whether or not to generate class files for implicitly referenced files
     1.9 +javac.opt.pkginfo=\
    1.10 +    Specify handling of package-info files
    1.11  javac.opt.arg.class=\
    1.12      <class>
    1.13  javac.opt.arg.class.list=\
    1.14 @@ -189,7 +191,7 @@
    1.15  
    1.16  javac.msg.usage.nonstandard.footer=\
    1.17  These options are non-standard and subject to change without notice.
    1.18 -	
    1.19 +
    1.20  javac.msg.bug=\
    1.21  An exception has occurred in the compiler ({0}). \
    1.22  Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  \

mercurial