--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo.java 2015-10-21 14:11:24.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo.java 2015-10-21 14:11:24.000000000 +0200 @@ -79,7 +79,7 @@ private Locator location; /** - * Documentation taken from <xs:documentation>s. + * Documentation taken from {@code s}. */ @XmlElement(namespace=WellKnownNamespace.XML_SCHEMA) private Documentation documentation; @@ -212,7 +212,7 @@ } /** - * Gets the documentation parsed from <xs:documentation>s. + * Gets the documentation parsed from {@code }s. * The returned collection is to be added to {@link JDocComment#append(Object)}. * @return maybe null. */ @@ -353,5 +353,5 @@ /** * Lazily parsed schema for the binding file. */ - public static SchemaCache bindingFileSchema = new SchemaCache("binding.xsd", BindInfo.class, true); + public static final SchemaCache bindingFileSchema = new SchemaCache("binding.xsd", BindInfo.class, true); }