--- old/src/java.base/share/classes/sun/reflect/generics/reflectiveObjects/WildcardTypeImpl.java 2015-09-24 14:38:17.281755493 +0300 +++ new/src/java.base/share/classes/sun/reflect/generics/reflectiveObjects/WildcardTypeImpl.java 2015-09-24 14:38:16.921755500 +0300 @@ -78,9 +78,9 @@ } /** - * Returns an array of Type objects representing the upper + * Returns an array of {@code Type} objects representing the upper * bound(s) of this type variable. Note that if no upper bound is - * explicitly declared, the upper bound is Object. + * explicitly declared, the upper bound is {@code Object}. * *

For each upper bound B : *