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

changeset 2361
d75c4adbc698
parent 2355
4f7d19235357
child 2370
acd64168cf8b
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Apr 11 09:36:46 2014 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Apr 15 17:09:56 2014 -0400
     1.3 @@ -123,6 +123,9 @@
     1.4  compiler.err.anon.class.impl.intf.no.qual.for.new=\
     1.5      anonymous class implements interface; cannot have qualifier for new
     1.6  
     1.7 +compiler.err.cant.inherit.from.anon=\
     1.8 +    cannot inherit from anonymous class
     1.9 +
    1.10  # 0: symbol, 1: symbol, 2: symbol
    1.11  compiler.err.array.and.varargs=\
    1.12      cannot declare both {0} and {1} in {2}

mercurial