--- old/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JPrimitiveType.java 2015-09-19 13:16:24.573037912 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JPrimitiveType.java 2015-09-19 13:16:24.441037257 +0300 @@ -81,7 +81,7 @@ /** * @deprecated calling this method from {@link JPrimitiveType} * would be meaningless, since it's always guaranteed to - * return this. + * return {@code this}. */ public JType unboxify() { return this;