--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/SchemaCompiler.java 2015-09-19 13:16:29.073060226 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/SchemaCompiler.java 2015-09-19 13:16:28.933059532 +0300 @@ -57,7 +57,7 @@ *

* The caller can feed the following synthesized schema * to achive the namespace URI -> Java package customization: - *


+ * <pre>{@code
  * <schema targetNamespace="xml.namespace.uri"
  *   xmlns="http://www.w3.org/2001/XMLSchema"
  *   xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
@@ -68,7 +68,7 @@
  *     </jaxb:schemaBindings>
  *   </appinfo></annotation>
  * </schema>
- * 
+ * } * Feed this synthesized schema document for each namespace URI * you need to map. *