This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git

commit 167e3038d0d10757c929ac079e766149b076af86
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 16 18:14:23 2026 -0400

    Javadoc
---
 .../java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java 
b/src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java
index 9a5b07e4..012a3fbd 100644
--- a/src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java
+++ b/src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java
@@ -42,7 +42,7 @@ import java.util.Objects;
 public class MappedPropertyDescriptor extends PropertyDescriptor {
 
     /**
-     * Holds a {@link Method} in a {@link SoftReference} so that it it doesn't 
prevent any ClassLoader being garbage collected, but tries to re-create the
+     * Holds a {@link Method} in a {@link SoftReference} so that it doesn't 
prevent any ClassLoader being garbage collected, but tries to re-create the
      * method if the method reference has been released.
      *
      * See https://issues.apache.org/jira/browse/BEANUTILS-291

Reply via email to