--- old/src/java.base/share/classes/sun/reflect/generics/repository/MethodRepository.java 2015-09-24 14:38:22.121755388 +0300 +++ new/src/java.base/share/classes/sun/reflect/generics/repository/MethodRepository.java 2015-09-24 14:38:21.721755397 +0300 @@ -53,8 +53,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 MethodRepository that manages the generic type - * information represented in the signature rawSig + * @return a {@code MethodRepository} that manages the generic type + * information represented in the signature {@code rawSig} */ public static MethodRepository make(String rawSig, GenericsFactory f) { return new MethodRepository(rawSig, f);