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 c8f7196f Fix typos in Javadoc and comments
c8f7196f is described below

commit c8f7196f57b77ca39ab5431674ea46a35d7af830
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Feb 15 09:30:40 2025 -0500

    Fix typos in Javadoc and comments
---
 .../src/main/java/org/apache/commons/digester3/SetPropertiesRule.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java
 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java
index 062c7f98..afc50ea5 100644
--- 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java
+++ 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetPropertiesRule.java
@@ -78,8 +78,7 @@ public class SetPropertiesRule
      * Convenience constructor overrides the mapping for just one property.
      * </p>
      * <p>
-     * For details about how this works, see {@link 
#SetPropertiesRule(String[] attributeNames, String[] propertyNames)}
-     * .
+     * For details about how this works, see {@link 
#SetPropertiesRule(String[] attributeNames, String[] propertyNames)}.
      * </p>
      *
      * @param attributeName map this attribute

Reply via email to