Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6200723

Typos at javadoc for org.w3c.dom.bootstrap.DOMImplementationRegistry.newInstance()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 1.4.0
    • 5.0
    • xml
    • 1.4
    • generic
    • generic
    • Verified

    Backports

      Description

        JDK : 1.5.0-b64
        Platform[s] : ALL
        JCK test owner : http://javaweb.sfbay/jcce/tcks/jck/docs/others/owners.jto

        Problem descripiton:
          Javadoc for the method:

            public static DOMImplementationRegistry newInstance() throws ClassNotFoundException,
                    InstantiationException, IllegalAccessException, ClassCastException

          of the org.w3c.dom.bootstrap.DOMImplementationRegistry class
          has typos:
        ---
        "
        ...
        Obtain a new instance of a DOMImplementationRegistry. The DOMImplementationRegistry
        is initialized by the application or the implementation, depending on the context,
        by first checking the value of the Java system property org.w3c.dom.DOMImplementationSourceList
        and the the service provider whose contents are at
            ^^^^^^^
        "META_INF/services/org.w3c.dom.DOMImplementationSourceList" The value of this property is
                                                                  ^^^
        a white-space separated list of names of availables classes implementing the
        DOMImplementationSource interface.
        ...
        "

        Attachments

          Issue Links

            Activity

              People

                joehw Joe Wang
                ygaevsky Yuri Gaevsky (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: