--- old/src/java.xml.bind/share/classes/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java 2015-09-19 13:15:54.540888991 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java 2015-09-19 13:15:54.408888336 +0300 @@ -53,7 +53,7 @@ import java.net.URL; /** - * Partial default Unmarshaller implementation. + * Partial default {@code Unmarshaller} implementation. * *

* This class provides a partial default implementation for the @@ -246,7 +246,7 @@ *

* The validation event handler will be called by the JAXB Provider if any * validation errors are encountered during calls to any of the - * unmarshal methods. If the client application does not register + * {@code unmarshal} methods. If the client application does not register * a validation event handler before invoking the unmarshal methods, then * all validation events will be silently ignored and may result in * unexpected behaviour. @@ -267,7 +267,7 @@ /** * Specifies whether or not the Unmarshaller should validate during - * unmarshal operations. By default, the Unmarshaller does + * unmarshal operations. By default, the {@code Unmarshaller} does * not validate. *

* This method may only be invoked before or after calling one of the