< prev index next >

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

Print this page

        

@@ -49,11 +49,11 @@
  * @since 1.5
  */
 public interface TypeVariable<D extends GenericDeclaration> extends Type, AnnotatedElement {
     /**
      * Returns an array of {@code Type} objects representing the
-     * upper bound(s) of this type variable.  Note that if no upper bound is
+     * upper bound(s) of this type variable.  If no upper bound is
      * explicitly declared, the upper bound is {@code Object}.
      *
      * <p>For each upper bound B: <ul> <li>if B is a parameterized
      * type or a type variable, it is created, (see {@link
      * java.lang.reflect.ParameterizedType ParameterizedType} for the
< prev index next >