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

changeset 606
e57b27703e8b
parent 597
d2b7ecf33b35
child 609
13354e1abba7
equal deleted inserted replaced
605:0e1fab5cffc8 606:e57b27703e8b
1261 enums are not supported in -source {0}\n\ 1261 enums are not supported in -source {0}\n\
1262 (use -source 5 or higher to enable enums) 1262 (use -source 5 or higher to enable enums)
1263 1263
1264 compiler.err.diamond.not.supported.in.source=\ 1264 compiler.err.diamond.not.supported.in.source=\
1265 diamond operator is not supported in -source {0}\n\ 1265 diamond operator is not supported in -source {0}\n\
1266 (use -source 7 or higher to enable multi-catch statement) 1266 (use -source 7 or higher to enable diamond operator)
1267 1267
1268 compiler.err.multicatch.not.supported.in.source=\ 1268 compiler.err.multicatch.not.supported.in.source=\
1269 multi-catch statement is not supported in -source {0}\n\ 1269 multi-catch statement is not supported in -source {0}\n\
1270 (use -source 7 or higher to enable multi-catch statement) 1270 (use -source 7 or higher to enable multi-catch statement)
1271 1271

mercurial