You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/02/12 12:12:47 UTC

svn commit: r153495 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/actions/CallParamPathAction.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org