src/share/classes/java/lang/reflect/Constructor.java

Print this page

        

@@ -164,12 +164,11 @@
         return clazz;
     }
 
     /**
      * Returns the name of this constructor, as a string.  This is
-     * always the same as the simple name of the constructor's declaring
-     * class.
+     * the binary name of the constructor's declaring class.
      */
     public String getName() {
         return getDeclaringClass().getName();
     }