--- old/src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java 2015-04-21 18:33:59.140094842 +0400 +++ new/src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java 2015-04-21 18:33:59.048094842 +0400 @@ -28,13 +28,13 @@ /** *

A TransformerFactory instance can be used to create * {@link javax.xml.transform.Transformer} and - * {@link javax.xml.transform.Templates} objects.

+ * {@link javax.xml.transform.Templates} objects. * *

The system property that determines which Factory implementation - * to create is named "javax.xml.transform.TransformerFactory". + * to create is named {@code "javax.xml.transform.TransformerFactory"}. * This property names a concrete subclass of the * {@code TransformerFactory} abstract class. If the property is not - * defined, a platform default is be used.

+ * defined, a platform default is be used. * * @author Jeff Suttor * @author Neeraj Bajaj @@ -51,14 +51,11 @@ /** - *

* Obtain a new instance of a {@code TransformerFactory}. * This static method creates a new factory instance. *

* This method uses the following ordered lookup procedure to determine - * the {@code TransformerFactory} implementation class to - * load: - *

+ * the {@code TransformerFactory} implementation class to load: *