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

changeset 822
712be35e40b5
parent 820
2d5aff89aaa3
child 829
ce6175cfe11e
equal deleted inserted replaced
821:c8d312dd17bc 822:712be35e40b5
126 compiler.err.call.to.super.not.allowed.in.enum.ctor=\ 126 compiler.err.call.to.super.not.allowed.in.enum.ctor=\
127 call to super not allowed in enum constructor 127 call to super not allowed in enum constructor
128 compiler.err.no.superclass=\ 128 compiler.err.no.superclass=\
129 {0} has no superclass 129 {0} has no superclass
130 130
131 compiler.warn.wrong.target.for.polymorphic.signature.definition=\ 131 compiler.err.wrong.target.for.polymorphic.signature.definition=\
132 MethodHandle API building requires -target 7 runtimes or better; current is -target {0} 132 MethodHandle API building requires -target 7 runtimes or better; current is -target {0}
133 133
134 compiler.err.concrete.inheritance.conflict=\ 134 compiler.err.concrete.inheritance.conflict=\
135 methods {0} from {1} and {2} from {3} are inherited with the same signature 135 methods {0} from {1} and {2} from {3} are inherited with the same signature
136 136

mercurial