< prev index next >

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

Print this page

        

@@ -35,12 +35,12 @@
  * that is, an application may wish to evaluate the same XPath expression more
  * than once with different variable values, in the course of evaluating any
  * single XPath expression, a variable's value <strong><em>must</em></strong>
  * not change.</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 XPathVariableResolver {
   /**
    * <p>Find a variable in the set of available variables.</p>
< prev index next >