--- old/src/java.xml/share/classes/javax/xml/parsers/DocumentBuilderFactory.java 2015-04-21 18:33:56.256094844 +0400 +++ new/src/java.xml/share/classes/javax/xml/parsers/DocumentBuilderFactory.java 2015-04-21 18:33:56.168094844 +0400 @@ -47,8 +47,8 @@ private boolean coalescing = false; /** - *

Protected constructor to prevent instantiation. - * Use {@link #newInstance()}.

+ * Protected constructor to prevent instantiation. + * Use {@link #newInstance()}. */ protected DocumentBuilderFactory () { } @@ -60,7 +60,6 @@ * This method uses the following ordered lookup procedure to determine * the {@code DocumentBuilderFactory} implementation class to * load: - *

*