< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/DataBindingException.java

Print this page

        

@@ -28,11 +28,11 @@
 /**
  * Exception that represents a failure in a JAXB operation.
  *
  * <p>
  * This exception differs from {@link JAXBException} in that
- * this is an unchecked exception, while <tt>JAXBException</tt>
+ * this is an unchecked exception, while {@code JAXBException}
  * is a checked exception.
  *
  * @see JAXB
  * @since 1.6, JAXB 2.1
  */
< prev index next >