jaxws/src/java.xml.bind/share/classes/javax/xml/bind/ValidationEvent.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
child 40226 11487423d488
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
    58 
    58 
    59     /**
    59     /**
    60      * Retrieve the severity code for this warning/error.
    60      * Retrieve the severity code for this warning/error.
    61      *
    61      *
    62      * <p>
    62      * <p>
    63      * Must be one of <tt>ValidationError.WARNING</tt>,
    63      * Must be one of {@code ValidationError.WARNING},
    64      * <tt>ValidationError.ERROR</tt>, or <tt>ValidationError.FATAL_ERROR</tt>.
    64      * {@code ValidationError.ERROR}, or {@code ValidationError.FATAL_ERROR}.
    65      *
    65      *
    66      * @return the severity code for this warning/error
    66      * @return the severity code for this warning/error
    67      */
    67      */
    68     public int getSeverity();
    68     public int getSeverity();
    69 
    69