diff -r 5f4e734fad1b -r 862067c6481c jdk/src/share/classes/java/lang/reflect/Parameter.java --- a/jdk/src/share/classes/java/lang/reflect/Parameter.java Mon Jun 24 14:17:14 2013 -0700 +++ b/jdk/src/share/classes/java/lang/reflect/Parameter.java Mon Jun 24 23:40:31 2013 -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.