-
Bug
-
Resolution: Unresolved
-
P5
-
9
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>
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>
--- 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...