--- old/src/java.xml.bind/share/classes/javax/xml/bind/DataBindingException.java 2015-09-19 13:15:29.468764665 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/DataBindingException.java 2015-09-19 13:15:29.332763990 +0300 @@ -30,7 +30,7 @@ * *

* This exception differs from {@link JAXBException} in that - * this is an unchecked exception, while JAXBException + * this is an unchecked exception, while {@code JAXBException} * is a checked exception. * * @see JAXB