--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/CPropertyInfo.java 2015-09-19 13:16:29.569062686 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/CPropertyInfo.java 2015-09-19 13:16:29.429061992 +0300 @@ -234,8 +234,8 @@ *

* In general, a property often has to be capable of representing null * to indicate the absence of the value. This requires properties - * to be generated as @XmlElement Float f, not as - * @XmlElement float f;. But this is slow. + * to be generated as {@code @XmlElement Float f}, not as + * {@code @XmlElement float f;}. But this is slow. * *

* Fortunately, there are cases where we know that the property can