< prev index next >

src/java.xml/share/classes/javax/xml/transform/sax/SAXSource.java

Print this page

        

@@ -38,11 +38,11 @@
  * input source that is not
  * generated with a namespace-aware parser may result in errors.
  * Parsers can be made namespace aware by calling the
  * {@link javax.xml.parsers.SAXParserFactory#setNamespaceAware(boolean awareness)} method.</p>
  *
- * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
+ * @author Jeff Suttor
  * @since 1.4
  */
 public class SAXSource implements Source {
 
     /**
< prev index next >