6968789: incorrect text in "diamond not supported" message

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2010-07-13 19:20:48 -07:00
parent 5db54afdea
commit a1e7efde4a

View File

@ -1263,7 +1263,7 @@ compiler.err.enums.not.supported.in.source=\
compiler.err.diamond.not.supported.in.source=\
diamond operator is not supported in -source {0}\n\
(use -source 7 or higher to enable multi-catch statement)
(use -source 7 or higher to enable diamond operator)
compiler.err.multicatch.not.supported.in.source=\
multi-catch statement is not supported in -source {0}\n\