--- old/src/java.base/share/classes/java/lang/reflect/AnnotatedTypeVariable.java 2015-06-15 17:06:48.723027625 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/AnnotatedTypeVariable.java 2015-06-15 17:06:48.583027621 -0700 @@ -36,10 +36,11 @@ /** * Returns the potentially annotated bounds of this type variable. - * Note that if no bound is explicitly declared, the bound is unannotated + * If no bound is explicitly declared, the bound is unannotated * {@code Object}. * * @return the potentially annotated bounds of this type variable + * @see TypeVariable#getBounds() */ AnnotatedType[] getAnnotatedBounds(); }