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 eac44d4a Javadoc eac44d4a is described below commit eac44d4a16a7810906aa1a5c270ec5002bf7924b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 12 13:00:18 2024 -0400 Javadoc --- src/test/java/org/apache/commons/beanutils2/BeanMapTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/beanutils2/BeanMapTest.java b/src/test/java/org/apache/commons/beanutils2/BeanMapTest.java index a18c7047..88f921ed 100644 --- a/src/test/java/org/apache/commons/beanutils2/BeanMapTest.java +++ b/src/test/java/org/apache/commons/beanutils2/BeanMapTest.java @@ -29,7 +29,7 @@ import org.apache.commons.beanutils2.bugs.other.Jira87BeanFactory; import org.apache.commons.collections4.map.AbstractMapTest; /** - * Test cases for BeanMap + * Tests {@link BeanMap}. */ public class BeanMapTest extends AbstractMapTest<String, Object> {