dleslie 02/05/13 11:43:38
Modified: java/src/org/apache/xpath XPath.java
Log:
Bugzilla 7157. Updated Javadoc comment to note that the
XPath.installFunction() method currently does not
use the name parameter.
Revision Changes Path
1.24 +2 -2 xml-xalan/java/src/org/apache/xpath/XPath.java
Index: XPath.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/XPath.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- XPath.java 22 Mar 2002 01:04:42 -0000 1.23
+++ XPath.java 13 May 2002 18:43:38 -0000 1.24
@@ -467,9 +467,9 @@
/**
* Install a built-in function.
- * @param name The unqualified name of the function.
+ * @param name The unqualified name of the function; not currently used.
* @param funcIndex The index of the function in the table.
- * @param func A Implementation of an XPath Function object.
+ * @param func An Implementation of an XPath Function object.
* @return the position of the function in the internal index.
*/
public void installFunction(String name, int funcIndex, Function func)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]