--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/MapPropertyInfo.java 2015-09-19 13:15:13.352684749 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/MapPropertyInfo.java 2015-09-19 13:15:13.224684115 +0300 @@ -32,7 +32,7 @@ /** * Property that maps to the following schema fragment. * - *

+ * <pre>{@code
  * <xs:complexType>
  *   <xs:sequence>
  *     <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
@@ -45,7 +45,7 @@
  *     </xs:element>
  *   </xs:sequence>
  * </xs:complexType>
- * 
+ * } * *

* This property is used to represent a default binding of a {@link Map} property.