--- old/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JType.java 2015-09-19 13:16:25.061040332 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JType.java 2015-09-19 13:16:24.929039677 +0300 @@ -116,7 +116,8 @@ } /** - * If this class is a primitive type, return the boxed class. Otherwise return this. + * If this class is a primitive type, return the boxed class. + * Otherwise return {@code this}. * *

* For example, for "int", this method returns "java.lang.Integer". @@ -125,7 +126,7 @@ /** * If this class is a wrapper type for a primitive, return the primitive type. - * Otherwise return this. + * Otherwise return {@code this}. * *

* For example, for "java.lang.Integer", this method returns "int".