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