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 244cce26 Javadoc
244cce26 is described below

commit 244cce2648715b322439a32d907e02d93766624e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 1 08:17:48 2026 -0400

    Javadoc
---
 .../java/org/apache/commons/digester3/SetNestedPropertiesRule.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java
 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java
index 9957abed..0dbf26b8 100644
--- 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java
+++ 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java
@@ -339,7 +339,7 @@ public class SetNestedPropertiesRule
     }
 
     /**
-     * Constructor which allows element to property mapping to be overridden.
+     * Constructs a new instance to set the property mapping to be overridden.
      *
      * @param elementNames names of elements to properties to map
      * @since 3.0
@@ -354,7 +354,7 @@ public class SetNestedPropertiesRule
 
     /**
      * <p>
-     * Convenience constructor which overrides the default mappings for just 
one property.
+     * Constructs a new instance to override the default mappings for just one 
property.
      * </p>
      * <p>
      * For details about how this works, see
@@ -372,7 +372,7 @@ public class SetNestedPropertiesRule
 
     /**
      * <p>
-     * Constructor which allows element to property mapping to be overridden.
+     * Constructs a new instance to set the element to property mapping to 
override.
      * </p>
      * <p>
      * Two arrays are passed in. One contains XML element names and the other 
Java bean property names. The element name

Reply via email to