Author: skitching
Date: Sat Feb 12 03:12:45 2005
New Revision: 153495
URL: http://svn.apache.org/viewcvs?view=rev&rev=153495
Log:
Javadoc fix
Modified:
jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/actions/CallParamPathAction.java
Modified:
jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/actions/CallParamPathAction.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/actions/CallParamPathAction.java?view=diff&r1=153494&r2=153495
==============================================================================
---
jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/actions/CallParamPathAction.java
(original)
+++
jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/actions/CallParamPathAction.java
Sat Feb 12 03:12:45 2005
@@ -28,7 +28,8 @@
import org.apache.commons.digester2.ParseException;
/**
- * Action which fetches an object from the digester object stack to use
+ * Action which passes a string representing the current path from the
+ * root element of the document to the current xml element
* as a parameter for the target method invoked by a CallMethodRule.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]