--- old/src/java.base/share/classes/sun/reflect/generics/repository/ConstructorRepository.java 2015-09-24 14:38:20.269755428 +0300 +++ new/src/java.base/share/classes/sun/reflect/generics/repository/ConstructorRepository.java 2015-09-24 14:38:19.865755437 +0300 @@ -64,8 +64,8 @@ * that this repository is servicing * @param f - a factory that will provide instances of reflective * objects when this repository converts its AST - * @return a ConstructorRepository that manages the generic type - * information represented in the signature rawSig + * @return a {@code ConstructorRepository} that manages the generic type + * information represented in the signature {@code rawSig} */ public static ConstructorRepository make(String rawSig, GenericsFactory f) { return new ConstructorRepository(rawSig, f);