--- old/src/share/classes/java/lang/reflect/Parameter.java 2013-06-24 23:34:58.000000000 -0700 +++ new/src/share/classes/java/lang/reflect/Parameter.java 2013-06-24 23:34:58.000000000 -0700 @@ -152,6 +152,8 @@ * defined in a class file, then that name will be returned by * this method. Otherwise, this method will synthesize a name of * the form argN, where N is the index of the parameter. + * + * @return the name of the parameter */ public String getName() { // Note: empty strings as paramete names are now outlawed.