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 5d56300b Javadoc
5d56300b is described below

commit 5d56300b81a0e1eb0967b97c7152ce13a9aa782b
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 21 15:33:08 2025 -0500

    Javadoc
---
 .../src/main/java/org/apache/commons/digester3/plugins/Declaration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/Declaration.java
 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/Declaration.java
index 971f27d9..df3bdd1c 100644
--- 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/Declaration.java
+++ 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/Declaration.java
@@ -222,7 +222,7 @@ public class Declaration
     }
 
     /**
-     * Copy all (key,value) pairs in the param into the properties member of 
this object.
+     * Copy all (key, value) pairs in the param into the properties member of 
this object.
      * <p>
      * The declaration properties cannot be explicit member variables, because 
the set of useful properties a user can
      * provide on a declaration depends on what RuleFinder classes are 
available - and extra RuleFinders can be added by

Reply via email to