src/jdk/nashorn/internal/runtime/resources/Messages.properties

changeset 719
11b83c913cca
parent 568
279f47b353f3
child 763
34e8f522b7ba
     1.1 --- a/src/jdk/nashorn/internal/runtime/resources/Messages.properties	Thu Jan 30 19:45:20 2014 +0530
     1.2 +++ b/src/jdk/nashorn/internal/runtime/resources/Messages.properties	Thu Jan 30 20:14:29 2014 +0100
     1.3 @@ -130,6 +130,7 @@
     1.4  type.error.extend.ERROR_NO_ACCESSIBLE_CONSTRUCTOR=Can not extend class {0} as it has no public or protected constructors.
     1.5  type.error.extend.ERROR_MULTIPLE_SUPERCLASSES=Can not extend multiple classes {0}. At most one of the specified types can be a class, the rest must all be interfaces.
     1.6  type.error.extend.ERROR_NO_COMMON_LOADER=Can not find a common class loader for ScriptObject and {0}.
     1.7 +type.error.extend.ERROR_FINAL_FINALIZER=Can not extend class because {0} has a final finalize method.
     1.8  type.error.no.constructor.matches.args=Can not construct {0} with the passed arguments; they do not match any of its constructor signatures.
     1.9  type.error.no.method.matches.args=Can not invoke method {0} with the passed arguments; they do not match any of its method signatures.
    1.10  type.error.method.not.constructor=Java method {0} can't be used as a constructor.

mercurial