< prev index next >

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

Print this page

        

@@ -58,12 +58,12 @@
 
     /**
      * Retrieve the severity code for this warning/error.
      *
      * <p>
-     * Must be one of <tt>ValidationError.WARNING</tt>,
-     * <tt>ValidationError.ERROR</tt>, or <tt>ValidationError.FATAL_ERROR</tt>.
+     * Must be one of {@code ValidationError.WARNING},
+     * {@code ValidationError.ERROR}, or {@code ValidationError.FATAL_ERROR}.
      *
      * @return the severity code for this warning/error
      */
     public int getSeverity();
 
< prev index next >