--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent.java 2017-12-21 15:35:37.671625520 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent.java 2017-12-21 15:35:36.847545064 -0800 @@ -82,7 +82,7 @@ * only those events that need to go through Validator will go the 1st route, * and other events go the 2nd direct route. * - * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) + * @author Kohsuke Kawaguchi */ final class JAXPValidatorComponent extends TeeXMLDocumentFilterImpl implements XMLComponent { @@ -344,7 +344,7 @@ * to reuse its default {@link com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler} * implementation. * - * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) + * @author Kohsuke Kawaguchi */ private final class XNI2SAX extends DefaultXMLDocumentHandler {