< prev index next >

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

Print this page

        

@@ -28,11 +28,11 @@
 /**
  * This exception indicates that an error has occurred while performing
  * a marshal operation that the provider is unable to recover from.
  *
  * <p>
- * The <tt>ValidationEventHandler</tt> can cause this exception to be thrown
+ * The {@code ValidationEventHandler} can cause this exception to be thrown
  * during the marshal operations.  See
  * {@link ValidationEventHandler#handleEvent(ValidationEvent)
  * ValidationEventHandler.handleEvent(ValidationEvent)}.
  *
  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul>
< prev index next >