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

changeset 550
a6f2911a7c55
parent 537
9d9d08922405
child 554
9d9f26857129
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Sun May 02 15:55:02 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon May 03 17:12:59 2010 -0700
     1.3 @@ -172,6 +172,10 @@
     1.4  
     1.5  compiler.err.final.parameter.may.not.be.assigned=\
     1.6      final parameter {0} may not be assigned
     1.7 +compiler.err.multicatch.parameter.may.not.be.assigned=\
     1.8 +    multi-catch parameter {0} may not be assigned
     1.9 +compiler.err.multicatch.param.must.be.final=\
    1.10 +    multi-catch parameter {0} must be final
    1.11  compiler.err.finally.without.try=\
    1.12      ''finally'' without ''try''
    1.13  compiler.err.foreach.not.applicable.to.type=\
    1.14 @@ -1235,6 +1239,10 @@
    1.15      enums are not supported in -source {0}\n\
    1.16  (use -source 5 or higher to enable enums)
    1.17  
    1.18 +compiler.err.multicatch.not.supported.in.source=\
    1.19 +    multi-catch statement is not supported in -source {0}\n\
    1.20 +(use -source 7 or higher to enable multi-catch statement)
    1.21 +
    1.22  compiler.err.string.switch.not.supported.in.source=\
    1.23      strings in switch are not supported in -source {0}\n\
    1.24  (use -source 7 or higher to enable strings in switch)

mercurial