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

changeset 1061
e427c42e1a7e
parent 1048
f74e4269a50a
child 1085
ed338593b0b6
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Jul 27 19:01:08 2011 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Jul 27 19:01:33 2011 +0100
     1.3 @@ -462,6 +462,9 @@
     1.4  compiler.err.cannot.create.array.with.type.arguments=\
     1.5      cannot create array with type arguments
     1.6  
     1.7 +compiler.err.cannot.create.array.with.diamond=\
     1.8 +    cannot create array with ''<>''
     1.9 +
    1.10  #
    1.11  # limits.  We don't give the limits in the diagnostic because we expect
    1.12  # them to change, yet we want to use the same diagnostic.  These are all

mercurial