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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new c1adcd0f Javadoc
new acc42b59 Merge branch 'master' of
https://github.com/apache/commons-beanutils.git
c1adcd0f is described below
commit c1adcd0f7afcda6716b6cc78b3d40fdbf268aeac
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun May 4 08:41:13 2025 -0400
Javadoc
---
src/test/java/org/apache/commons/beanutils2/bugs/Jira347Test.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/beanutils2/bugs/Jira347Test.java
b/src/test/java/org/apache/commons/beanutils2/bugs/Jira347Test.java
index 8f946748..1d1f5725 100644
--- a/src/test/java/org/apache/commons/beanutils2/bugs/Jira347Test.java
+++ b/src/test/java/org/apache/commons/beanutils2/bugs/Jira347Test.java
@@ -100,7 +100,7 @@ public class Jira347Test {
}
/**
- * Retrieves the string representation of the mapped write method for the
given descriptor. This conversion is needed as there must not be strong
reference
+ * Gets the string representation of the mapped write method for the given
descriptor. This conversion is needed as there must not be strong reference
* to the Method object outside of this method as otherwise the garbage
collector will not clean up the soft reference within the
MappedPropertyDescriptor.
*
* @return the string representation or null if mapped write method does
not exist