< prev index next >

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

Print this page

        

@@ -70,11 +70,11 @@
      */
     Type[] getBounds();
 
     /**
      * Returns the {@code GenericDeclaration} object representing the
-     * generic declaration declared this type variable.
+     * generic declaration declared for this type variable.
      *
      * @return the generic declaration declared for this type variable.
      *
      * @since 1.5
      */
< prev index next >