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/05/23 06:12:36 UTC

svn commit: r177915 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java

Author: skitching
Date: Sun May 22 21:12:35 2005
New Revision: 177915

URL: http://svn.apache.org/viewcvs?rev=177915&view=rev
Log:
Minor javadoc tidyup.

Modified:
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java?rev=177915&r1=177914&r2=177915&view=diff
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java Sun May 22 21:12:35 2005
@@ -66,7 +66,8 @@
  * there is no parameter info available from the XML. However parameters of
  * type Float and Integer will be passed a real object containing a zero value
  * as that is the output of the default ConvertUtils converters for those
- * types when passed a null. See the beautils documentation for more info.</p>
+ * types when passed a null. You can register custom converters to change
+ * this behaviour; see the beautils library documentation for more info.</p>
  *
  * <p>Note that when a constructor is used with paramCount=0, indicating that
  * the body of the element is to be passed to the target method, an empty 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org