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 2b76e184 Javadoc
2b76e184 is described below
commit 2b76e184aa3f71bd0d731fd354c9b704616d0d62
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Apr 27 10:16:53 2025 -0400
Javadoc
---
src/test/java/org/apache/commons/beanutils/bugs/Jira456TestCase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/beanutils/bugs/Jira456TestCase.java
b/src/test/java/org/apache/commons/beanutils/bugs/Jira456TestCase.java
index de72cdd8..b45a56f2 100644
--- a/src/test/java/org/apache/commons/beanutils/bugs/Jira456TestCase.java
+++ b/src/test/java/org/apache/commons/beanutils/bugs/Jira456TestCase.java
@@ -25,7 +25,7 @@ import org.apache.commons.beanutils.PropertyUtilsBean;
import junit.framework.TestCase;
/**
- * Write methods for PropertyDescriptors created during custom introspection
are lost. See
+ * Writes methods for PropertyDescriptors created during custom introspection
are lost. See
* <a href="https://issues.apache.org/jira/browse/BEANUTILS-456">JIRA issue
* BEANUTILS-456</a>.
*