< prev index next >

src/java.xml/share/classes/javax/xml/xpath/XPathFunction.java

Print this page

        

@@ -30,12 +30,12 @@
 /**
  * <p><code>XPathFunction</code> provides access to XPath functions.</p>
  *
  * <p>Functions are identified by QName and arity in XPath.</p>
  *
- * @author  <a href="mailto:Norman.Walsh@Sun.com">Norman Walsh</a>
- * @author  <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
+ * @author  Norman Walsh
+ * @author  Jeff Suttor
  * @since 1.5
  */
 public interface XPathFunction {
   /**
    * <p>Evaluate the function with the specified arguments.</p>
< prev index next >