--- old/src/java.base/share/classes/sun/reflect/generics/scope/MethodScope.java 2015-09-24 14:38:26.049755303 +0300 +++ new/src/java.base/share/classes/sun/reflect/generics/scope/MethodScope.java 2015-09-24 14:38:25.657755311 +0300 @@ -56,7 +56,7 @@ } /** - * Factory method. Takes a Method object and creates a + * Factory method. Takes a {@code Method} object and creates a * scope for it. * @param m - A Method whose scope we want to obtain * @return The type-variable scope for the method m