< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/nav/GenericArrayTypeImpl.java

Print this page

        

@@ -38,14 +38,14 @@
         assert ct!=null;
         genericComponentType = ct;
     }
 
     /**
-     * Returns  a <tt>Type</tt> object representing the component type
+     * Returns  a {@code Type} object representing the component type
      * of this array.
      *
-     * @return a <tt>Type</tt> object representing the component type
+     * @return a {@code Type} object representing the component type
      *         of this array
      * @since 1.5
      */
     public Type getGenericComponentType() {
         return genericComponentType; // return cached component type
< prev index next >