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

[tidy] a couple of new tidy warnings from javax/xml/bind

      Warnings:

      api/javax/xml/bind/helpers/AbstractUnmarshallerImpl.html
      line 1210 column 2 - Warning: trimming empty <p>

      api/javax/xml/bind/Unmarshaller.html
      line 1474 column 2 - Warning: trimming empty <p>

          [JDK-8138897] [tidy] a couple of new tidy warnings from javax/xml/bind

          Here is the only (very minor) change to fix the issue:

          --- a/src/java.xml.bind/share/classes/javax/xml/bind/Unmarshaller.java Fri Oct 02 14:36:40 2015 +0200
          +++ b/src/java.xml.bind/share/classes/javax/xml/bind/Unmarshaller.java Tue Oct 06 13:37:47 2015 +0300
          @@ -975,7 +975,6 @@
                * {@link #isValidating()} API as well as access to the Schema object.
                * To determine if the Unmarshaller has validation enabled, simply
                * test the return type for null:
          - * <p>
                * <pre>{@code
                * boolean isValidating = u.getSchema()!=null;
                * }</pre>
                
          Hopefully it can be simply hitched to any further fix (just don't want to clutter up the respective mailing list with this one-line fix); sorry for the bug creation, it is mostly needed for internal tracking...

          Alexander Stepanov (Inactive) added a comment - Here is the only (very minor) change to fix the issue: --- a/src/java.xml.bind/share/classes/javax/xml/bind/Unmarshaller.java Fri Oct 02 14:36:40 2015 +0200 +++ b/src/java.xml.bind/share/classes/javax/xml/bind/Unmarshaller.java Tue Oct 06 13:37:47 2015 +0300 @@ -975,7 +975,6 @@       * {@link #isValidating()} API as well as access to the Schema object.       * To determine if the Unmarshaller has validation enabled, simply       * test the return type for null: - * <p>       * <pre>{@code       * boolean isValidating = u.getSchema()!=null;       * }</pre>        Hopefully it can be simply hitched to any further fix (just don't want to clutter up the respective mailing list with this one-line fix); sorry for the bug creation, it is mostly needed for internal tracking...

            zli Zheng Jun Li (Inactive)
            avstepan Alexander Stepanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: