langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 8046 376310825f60
parent 8045 df2ca0edfbaa
child 8047 c7f08cdb5c3c
equal deleted inserted replaced
8045:df2ca0edfbaa 8046:376310825f60
   194     generic array creation
   194     generic array creation
   195 compiler.err.generic.throwable=\
   195 compiler.err.generic.throwable=\
   196     a generic class may not extend java.lang.Throwable
   196     a generic class may not extend java.lang.Throwable
   197 
   197 
   198 compiler.err.icls.cant.have.static.decl=\
   198 compiler.err.icls.cant.have.static.decl=\
   199     inner classes cannot have static declarations
   199     Illegal static declaration in inner class {0}\n\
       
   200     modifier \''static\'' is only allowed in constant variable declarations
   200 compiler.err.illegal.char=\
   201 compiler.err.illegal.char=\
   201     illegal character: \\{0}
   202     illegal character: \\{0}
   202 compiler.err.illegal.char.for.encoding=\
   203 compiler.err.illegal.char.for.encoding=\
   203     unmappable character for encoding {0}
   204     unmappable character for encoding {0}
   204 compiler.err.illegal.combination.of.modifiers=\
   205 compiler.err.illegal.combination.of.modifiers=\