< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/XMLInputSourceAdaptor.java

Print this page

        

@@ -39,11 +39,11 @@
  * <p>
  * In a long run, we should make them consistent so that we can
  * get rid of this awkward adaptor class.
  *
  * @author
- *     Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
+ *     Kohsuke Kawaguchi
  */
 public final class XMLInputSourceAdaptor implements Source {
     /**
      * the actual source information.
      */
< prev index next >