--- old/src/jdk.rmic/share/classes/sun/tools/java/Identifier.java 2015-09-24 14:38:33.797755135 +0300 +++ new/src/jdk.rmic/share/classes/sun/tools/java/Identifier.java 2015-09-24 14:38:33.461755142 +0300 @@ -200,7 +200,7 @@ /** A space character, which precedes the first inner class * name in a qualified name, and thus marks the qualification * as involving inner classes, instead of merely packages.

- * Ex: java.util.Vector. Enumerator. + * Ex: {@code java.util.Vector. Enumerator}. */ public static final char INNERCLASS_PREFIX = ' '; @@ -229,7 +229,7 @@ * and with any nesting flattened into a new qualfication structure. * If the original identifier is inner, * the result will be qualified, and can be further - * decomposed by means of getQualifier and getName. + * decomposed by means of {@code getQualifier} and {@code getName}. *

* For example: *