< prev index next >

src/java.compiler/share/classes/javax/lang/model/element/Parameterizable.java

Print this page

        

@@ -33,11 +33,11 @@
  * @author Joseph D. Darcy
  * @since 1.7
  */
 public interface Parameterizable extends Element {
     /**
-     * Returns the formal type parameters of the type element in
+     * Returns the formal type parameters of an element in
      * declaration order.
      *
      * @return the formal type parameters, or an empty list
      * if there are none
      */
< prev index next >