diff -r 5286a99de2e6 -r 4851ff2ffc10 src/share/classes/com/sun/tools/javac/resources/compiler.properties --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties Tue Oct 19 11:47:17 2010 +0530 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties Tue Oct 19 15:02:48 2010 -0700 @@ -1299,9 +1299,9 @@ annotations are not supported in -source {0}\n\ (use -source 5 or higher to enable annotations) -compiler.err.type.annotations.not.supported.in.source=\ - type annotations are not supported in -source {0}\n\ -(use -source 7 or higher to enable type annotations) +#308 compiler.err.type.annotations.not.supported.in.source=\ +#308 type annotations are not supported in -source {0}\n\ +#308 (use -source 7 or higher to enable type annotations) compiler.err.foreach.not.supported.in.source=\ for-each loops are not supported in -source {0}\n\