< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/ErrorHandlerAdaptor.java

Print this page

        

@@ -29,11 +29,11 @@
 /**
  * Receives errors through Xerces {@link XMLErrorHandler}
  * and pass them down to SAX {@link ErrorHandler}.
  *
  * @author
- *     Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
+ *     Kohsuke Kawaguchi
  */
 public abstract class ErrorHandlerAdaptor implements XMLErrorHandler
 {
     /** set to true if there was any error. */
     private boolean hadError = false;
< prev index next >