6968789: incorrect text in "diamond not supported" message

Tue, 13 Jul 2010 19:20:48 -0700

author
jjg
date
Tue, 13 Jul 2010 19:20:48 -0700
changeset 606
e57b27703e8b
parent 605
0e1fab5cffc8
child 607
b49b0d72c071

6968789: incorrect text in "diamond not supported" message
Reviewed-by: darcy

src/share/classes/com/sun/tools/javac/resources/compiler.properties file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Jul 13 19:17:55 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Jul 13 19:20:48 2010 -0700
     1.3 @@ -1263,7 +1263,7 @@
     1.4  
     1.5  compiler.err.diamond.not.supported.in.source=\
     1.6      diamond operator is not supported in -source {0}\n\
     1.7 -(use -source 7 or higher to enable multi-catch statement)
     1.8 +(use -source 7 or higher to enable diamond operator)
     1.9  
    1.10  compiler.err.multicatch.not.supported.in.source=\
    1.11      multi-catch statement is not supported in -source {0}\n\

mercurial