< prev index next >

src/java.xml/share/classes/javax/xml/transform/dom/DOMResult.java

Print this page

        

@@ -34,11 +34,11 @@
  *
  * <p>If no output DOM source is set, the transformation will create
  * a Document node as the holder for the result of the transformation,
  * which may be retrieved with {@link #getNode()}.
  *
- * @author <a href="Jeff.Suttor@Sun.com">Jeff Suttor</a>
+ * @author Jeff Suttor
  * @since 1.4
  */
 public class DOMResult implements Result {
 
     /**
< prev index next >