< prev index next >

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

Print this page

        

@@ -34,11 +34,11 @@
 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
 
 /**
  * <p>XMLDocumentHandler which forks the pipeline to two other components.</p>
  *
- * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
+ * @author Kohsuke Kawaguchi
  */
 class TeeXMLDocumentFilterImpl implements XMLDocumentFilter {
 
     /**
      * The next component in the pipeline who receives the event.
< prev index next >