sboag 00/11/07 09:29:01
Modified: java/src/org/apache/xpath/functions FuncCurrent.java
Log:
Javadoc comments.
Revision Changes Path
1.3 +3 -3
xml-xalan/java/src/org/apache/xpath/functions/FuncCurrent.java
Index: FuncCurrent.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/functions/FuncCurrent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FuncCurrent.java 2000/10/30 18:59:34 1.2
+++ FuncCurrent.java 2000/11/07 17:28:58 1.3
@@ -79,11 +79,11 @@
{
/**
- * Diagnostics.
+ * Diagnostics to show string output from a node.
*
- * NEEDSDOC @param n
+ * @param n The input node, which may be null.
*
- * NEEDSDOC ($objectName$) @return
+ * @return A diagnostics string representing the node.
*/
protected String nodeToString(Node n)
{