This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git
The following commit(s) were added to refs/heads/master by this push:
new 6aa17747 Javadoc typo
6aa17747 is described below
commit 6aa17747adbc5daa2214bd53f9ab087a255c1b28
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 18 18:06:18 2024 -0400
Javadoc typo
---
.../src/main/java/org/apache/commons/digester3/CallMethodRule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/CallMethodRule.java
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/CallMethodRule.java
index f6bab413..3f5db5ca 100644
---
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/CallMethodRule.java
+++
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/CallMethodRule.java
@@ -271,7 +271,7 @@ public class CallMethodRule
* {@code paramTypes} is null or empty, in this case the rule will call
the specified method with no arguments.
*
* @param methodName Method name of the parent method to call
- * @param paramCount The number of parameters to collect, or zero for a
single argument from the body of ths element
+ * @param paramCount The number of parameters to collect, or zero for a
single argument from the body of the element
* @param paramTypes The Java class names of the arguments (if you wish to
use a primitive type, specify the
* corresonding Java wrapper class instead, such as {@link
Boolean} for a
* {@code boolean} parameter)