< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/annotation/adapters/CollapsedStringAdapter.java

Print this page

        

@@ -26,11 +26,11 @@
 package javax.xml.bind.annotation.adapters;
 
 
 
 /**
- * Built-in {@link XmlAdapter} to handle <tt>xs:token</tt> and its derived types.
+ * Built-in {@link XmlAdapter} to handle {@code xs:token} and its derived types.
  *
  * <p>
  * This adapter removes leading and trailing whitespaces, then truncate any
  * sequence of tab, CR, LF, and SP by a single whitespace character ' '.
  *
< prev index next >