< prev index next >

src/java.xml/share/classes/com/sun/xml/internal/stream/events/NotationDeclarationImpl.java

Print this page

        

@@ -30,11 +30,11 @@
 import com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl;
 
 /**
  * Implementation of NotationDeclaration event.
  *
- * @author k.venugopal@sun.com
+ * @author k venugopal
  */
 public class NotationDeclarationImpl extends DummyEvent implements NotationDeclaration {
 
     String fName = null;
     String fPublicId = null;
< prev index next >