--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/Adapter.java 2015-09-19 13:15:11.888677490 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/Adapter.java 2015-09-19 13:15:11.692676518 +0300 @@ -46,7 +46,7 @@ /** * The type that the JAXB can handle natively. - * The Default parameter of XmlAdapter<Default,Custom>. + * The {@code Default} parameter of {@code XmlAdapter}. * * Always non-null. */ @@ -54,7 +54,7 @@ /** * The type that is stored in memory. - * The Custom parameter of XmlAdapter<Default,Custom>. + * The {@code Custom} parameter of {@code XmlAdapter}. */ public final TypeT customType;