--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/Options.java 2015-09-19 13:16:27.589052868 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/Options.java 2015-09-19 13:16:27.449052173 +0300 @@ -145,8 +145,8 @@ /** * this switch determines how carefully the compiler will follow - * the compatibility rules in the spec. Either STRICT - * or EXTENSION. + * the compatibility rules in the spec. Either {@code STRICT} + * or {@code EXTENSION}. */ public int compatibilityMode = STRICT; @@ -187,7 +187,7 @@ public EntityResolver entityResolver = null; /** - * Type of input schema language. One of the SCHEMA_XXX + * Type of input schema language. One of the {@code SCHEMA_XXX} * constants. */ private Language schemaLanguage = null; @@ -466,7 +466,7 @@ /** - * Parses an option args[i] and return + * Parses an option {@code args[i]} and return * the number of tokens consumed. * * @return @@ -842,7 +842,7 @@ } /** - * Finds the META-INF/sun-jaxb.episode file to add as a binding customization. + * Finds the {@code META-INF/sun-jaxb.episode} file to add as a binding customization. */ public void scanEpisodeFile(File jar) throws BadCommandLineException { try {