--- old/src/java.xml.bind/share/classes/javax/xml/bind/ValidationEvent.java 2015-09-19 13:15:36.188797987 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/ValidationEvent.java 2015-09-19 13:15:36.044797273 +0300 @@ -60,8 +60,8 @@ * Retrieve the severity code for this warning/error. * *

- * Must be one of ValidationError.WARNING, - * ValidationError.ERROR, or ValidationError.FATAL_ERROR. + * Must be one of {@code ValidationError.WARNING}, + * {@code ValidationError.ERROR}, or {@code ValidationError.FATAL_ERROR}. * * @return the severity code for this warning/error */