--- old/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JCodeModel.java 2015-09-19 13:16:22.093025614 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JCodeModel.java 2015-09-19 13:16:21.949024900 +0300 @@ -59,7 +59,7 @@ * *

* Every CodeModel node is always owned by one {@link JCodeModel} object - * at any given time (which can be often accesesd by the owner() method.) + * at any given time (which can be often accesesd by the {@code owner()} method.) * * As such, when you generate Java code, most of the operation works * in a top-down fashion. For example, you create a class from {@link JCodeModel}, @@ -635,7 +635,7 @@ /** * Conversion from primitive type {@link Class} (such as {@link Integer#TYPE} - * to its boxed type (such as Integer.class) + * to its boxed type (such as {@code Integer.class}) */ public static final Map,Class> primitiveToBox; /**