jdk/src/share/classes/java/lang/reflect/Parameter.java
changeset 18546 862067c6481c
parent 17450 0f704861915e
child 18775 fa61a37ed42b
--- 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.