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

changeset 122
1a9276e7cb18
parent 121
609fb59657b4
child 161
ddd75a295501
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Sep 29 11:48:09 2008 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Sep 29 12:00:29 2008 +0100
     1.3 @@ -770,6 +770,10 @@
     1.4  compiler.warn.annotation.method.not.found.reason=\
     1.5      Cannot find annotation method ''{1}()'' in type ''{0}'': {2}
     1.6  
     1.7 +compiler.warn.raw.class.use=\
     1.8 +    [raw-type] found raw type: {0}\n\
     1.9 +    missing type parameters for generic class {1}
    1.10 +
    1.11  #####
    1.12  
    1.13  ## The following are tokens which are non-terminals in the language. They should

mercurial