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 eb3767dd Javadoc
eb3767dd is described below

commit eb3767dd13141264028a6f7d3d427268974f190c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Aug 31 10:48:20 2024 -0400

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

diff --git 
a/src/test/java/org/apache/commons/beanutils2/bugs/Jira509TestCase.java 
b/src/test/java/org/apache/commons/beanutils2/bugs/Jira509TestCase.java
index 3a5b07fd..1520ecb3 100644
--- a/src/test/java/org/apache/commons/beanutils2/bugs/Jira509TestCase.java
+++ b/src/test/java/org/apache/commons/beanutils2/bugs/Jira509TestCase.java
@@ -37,7 +37,7 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.Timeout;
 
 /**
- * Tests Jira issue# BEANUTILS-509.
+ * Tests Jira issue BEANUTILS-509.
  *
  * The bug causes an infinite loop in WeakHashMap.get which was not accessed 
in a thread safe manner. This originates with WrapDynaClass.createDynaClass().
  */

Reply via email to