diff -r f61a63b7d1e5 -r 5a5710ee05a0 jaxws/src/java.xml.bind/share/classes/javax/xml/bind/DataBindingException.java --- a/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/DataBindingException.java Wed Jul 05 20:50:41 2017 +0200 +++ b/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/DataBindingException.java Thu Sep 24 18:26:42 2015 +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