< prev index next >

src/java.xml/share/classes/com/sun/xml/internal/stream/XMLOutputFactoryImpl.java

Print this page

        

@@ -46,11 +46,11 @@
 
 /**
  * This class provides the implementation of XMLOutputFactory.
  *
  * @author  Neeraj Bajaj,
- * @author k.venugopal@sun.com
+ * @author k venugopal
  */
 public class XMLOutputFactoryImpl extends XMLOutputFactory {
 
     //List of supported properties and default values.
     private PropertyManager fPropertyManager = new PropertyManager(PropertyManager.CONTEXT_WRITER);
< prev index next >