< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/TypeInfoSetImpl.java

Print this page

        

@@ -117,11 +117,11 @@
                 return new FlattenIterator<ElementInfoImpl<T,C,F,M>>(elementMappings.values());
             }
         };
 
     /**
-     * {@link TypeInfo} for <tt>xs:anyType</tt>.
+     * {@link TypeInfo} for {@code xs:anyType}.
      *
      * anyType is the only {@link TypeInfo} that works with an interface,
      * and accordingly it requires a lot of special casing.
      */
     private final NonElement<T,C> anyType;
< prev index next >