This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 7cd9f9ee Javadoc
7cd9f9ee is described below
commit 7cd9f9eedc94cfbfc70a51d6ce69bc7f362b2c49
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 16 15:53:35 2026 -0400
Javadoc
---
.../java/org/apache/commons/beanutils/MappedPropertyDescriptor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java
b/src/main/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java
index a1bf792d..7fe99f6e 100644
--- a/src/main/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java
+++ b/src/main/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java
@@ -397,7 +397,7 @@ public class MappedPropertyDescriptor extends
PropertyDescriptor {
*
* @param propertyName The programmatic name of the property.
* @param mappedGetter The method used for reading one of
- * the property values. May be be null if the property
+ * the property values. May be null if the property
* is write-only.
* @param mappedSetter The method used for writing one the
* property values. May be null if the property is read-only.