--- old/src/java.base/share/classes/sun/reflect/annotation/TypeAnnotationParser.java 2015-06-05 21:04:23.239466084 +0400 +++ new/src/java.base/share/classes/sun/reflect/annotation/TypeAnnotationParser.java 2015-06-05 21:04:23.075466084 +0400 @@ -199,7 +199,7 @@ * Regular Annotations on TypeVariables are stored in the type * annotation byte[] in the class file. * - * @param genericsDecl the declaration declaring the type variable + * @param genericDecl the declaration declaring the type variable * @param typeVarIndex the 0-based index of this type variable in the declaration */ public static Annotation[] parseTypeVariableAnnotations(D genericDecl,