diff -r 609fb59657b4 -r 1a9276e7cb18 src/share/classes/com/sun/tools/javac/resources/compiler.properties --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Sep 29 11:48:09 2008 +0100 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Sep 29 12:00:29 2008 +0100 @@ -770,6 +770,10 @@ compiler.warn.annotation.method.not.found.reason=\ Cannot find annotation method ''{1}()'' in type ''{0}'': {2} +compiler.warn.raw.class.use=\ + [raw-type] found raw type: {0}\n\ + missing type parameters for generic class {1} + ##### ## The following are tokens which are non-terminals in the language. They should