< prev index next >

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

Print this page

        

@@ -101,15 +101,12 @@
     //
     // If this branching structure would ever contain cycles, deadlocks can
     // occur in annotation code.
     private Constructor<T>      root;
 
-    /**
-     * Used by Excecutable for annotation sharing.
-     */
     @Override
-    Executable getRoot() {
+    Constructor<T> getRoot() {
         return root;
     }
 
     /**
      * Package-private constructor used by ReflectAccess to enable
< prev index next >