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

changeset 831
812c6251ea78
parent 830
02e6e7dd1a64
child 840
7f8794f9cc14
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Jan 24 15:45:06 2011 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Jan 24 15:45:24 2011 +0000
     1.3 @@ -266,6 +266,8 @@
     1.4      hexadecimal numbers must contain at least one hexadecimal digit
     1.5  compiler.err.invalid.meth.decl.ret.type.req=\
     1.6      invalid method declaration; return type required
     1.7 +compiler.err.varargs.and.old.array.syntax=\
     1.8 +    legacy array notation not allowed on variable-arity parameter
     1.9  
    1.10  compiler.err.label.already.in.use=\
    1.11      label {0} already in use

mercurial