jdk/src/share/classes/java/lang/reflect/Executable.java
changeset 17177 59a964c1d518
parent 16743 b0b34102bb4c
child 17436 79483ba40c55
--- a/jdk/src/share/classes/java/lang/reflect/Executable.java	Thu Apr 25 09:37:03 2013 -0700
+++ b/jdk/src/share/classes/java/lang/reflect/Executable.java	Thu Apr 25 14:23:24 2013 -0400
@@ -237,8 +237,8 @@
     public abstract Class<?>[] getParameterTypes();
 
     /**
-     * Returns the number of formal parameters (including any
-     * synthetic or synthesized parameters) for the executable
+     * Returns the number of formal parameters (whether explicitly
+     * declared or implicitly declared or neither) for the executable
      * represented by this object.
      *
      * @return The number of formal parameters for the executable this