< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/api/ClassResolver.java

Print this page

        

@@ -58,11 +58,11 @@
  * </pre>
  *
  * <p>
  * When an {@link Unmarshaller} encounters (i) an unknown root element or (ii) unknown
  * elements where unmarshaller is trying to unmarshal into {@link XmlAnyElement} with
- * <tt>lax=true</tt>, unmarshaller calls {@link #resolveElementName(String, String)}
+ * {@code lax=true}, unmarshaller calls {@link #resolveElementName(String, String)}
  * method to see if the application may be able to supply a class that corresponds
  * to that class.
  *
  * <p>
  * When a {@link Class} is returned, a new {@link JAXBContext} is created with
< prev index next >