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

ggregory 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 6bd3d00b Javadoc
6bd3d00b is described below

commit 6bd3d00b875bb03373fba731fa230be0a6c4db9f
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 4 08:40:53 2025 -0400

    Javadoc
---
 src/test/java/org/apache/commons/beanutils/bugs/Jira347TestCase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/beanutils/bugs/Jira347TestCase.java 
b/src/test/java/org/apache/commons/beanutils/bugs/Jira347TestCase.java
index 1dac286d..eb47d92b 100644
--- a/src/test/java/org/apache/commons/beanutils/bugs/Jira347TestCase.java
+++ b/src/test/java/org/apache/commons/beanutils/bugs/Jira347TestCase.java
@@ -90,7 +90,7 @@ public class Jira347TestCase extends TestCase {
     }
 
     /**
-     * Retrieves the string representation of the mapped write method
+     * 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

Reply via email to