--- old/src/java.xml/share/classes/javax/xml/parsers/SAXParserFactory.java 2019-03-28 21:24:25.022755557 +0000 +++ new/src/java.xml/share/classes/javax/xml/parsers/SAXParserFactory.java 2019-03-28 21:24:24.118732817 +0000 @@ -123,7 +123,7 @@ * * * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

* Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages @@ -161,7 +161,7 @@ * it can use the factory to configure and obtain parser instances. * * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages * to {@code System.err} about what it is doing and where it is looking at. @@ -389,7 +389,7 @@ * Such configuration will cause a {@link SAXException} * exception when those properties are set on a {@link SAXParser}. * - *

Note for implementors

+ *

Note for implementors

*

* A parser must be able to work with any {@link Schema} * implementation. However, parsers and schemas are allowed