--- old/src/java.base/share/classes/sun/reflect/generics/factory/CoreReflectionFactory.java 2015-09-24 14:38:12.297755601 +0300 +++ new/src/java.base/share/classes/sun/reflect/generics/factory/CoreReflectionFactory.java 2015-09-24 14:38:11.805755611 +0300 @@ -70,20 +70,20 @@ /** * Factory for this class. Returns an instance of - * CoreReflectionFactory for the declaration and scope + * {@code CoreReflectionFactory} for the declaration and scope * provided. * This factory will produce reflective objects of the appropriate * kind. Classes produced will be those that would be loaded by the - * defining class loader of the declaration d (if d + * defining class loader of the declaration {@code d} (if {@code d} * is a type declaration, or by the defining loader of the declaring - * class of d otherwise. + * class of {@code d} otherwise. *

Type variables will be created or lookup as necessary in the - * scope s. + * scope {@code s}. * @param d - the generic declaration (class, interface, method or * constructor) that this factory services * @param s the scope in which the factory will allocate and search for * type variables - * @return an instance of CoreReflectionFactory + * @return an instance of {@code CoreReflectionFactory} */ public static CoreReflectionFactory make(GenericDeclaration d, Scope s) { return new CoreReflectionFactory(d, s);