--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/ClassSelector.java 2015-09-19 13:16:32.565077542 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/ClassSelector.java 2015-09-19 13:16:32.429076868 +0300 @@ -281,7 +281,7 @@ * the binding of the body will be done later, to avoid * cyclic binding problem. * @param referer - * The component that refers to sc. This can be null, + * The component that refers to {@code sc}. This can be null, * if figuring out the referer is too hard, in which case * the error message might be less user friendly. */ @@ -423,7 +423,7 @@ /** - * Set of package names that are tested (set of Strings.) + * Set of package names that are tested (set of {@code String}s.) * * This set is used to avoid duplicating "incorrect package name" * errors.