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

fix typo in Validator.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 10
    • xml

      The recent work to fix tables for accessibility included a typo, which needs to be fixed.

      $ hg diff -R jaxp
      diff -r 02a876781a3a src/java.xml/share/classes/javax/xml/validation/Validator.java
      --- a/src/java.xml/share/classes/javax/xml/validation/Validator.java Tue Jul 11 12:39:51 2017 -0700
      +++ b/src/java.xml/share/classes/javax/xml/validation/Validator.java Wed Jul 12 14:17:04 2017 -0700
      @@ -135,7 +135,7 @@
            * <caption>{@code Source} / {@code Result} Accepted</caption>
            * <thead>
            * <tr>
      - * <td></td>>
      + * <td></td>
            * <th scope="col">{@link javax.xml.transform.stream.StreamSource}</th>
            * <th scope="col">{@link javax.xml.transform.sax.SAXSource}</th>
            * <th scope="col">{@link javax.xml.transform.dom.DOMSource}</th>

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: