This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 3b157d054 Javadoc: No need for FQCNs.
3b157d054 is described below
commit 3b157d054b51e9bf72bd7555fb4876e0fa003d66
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 27 07:01:30 2026 -0400
Javadoc: No need for FQCNs.
---
src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java
b/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java
index 821e6858f..da0c49b31 100644
--- a/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java
+++ b/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java
@@ -42,7 +42,7 @@ import org.apache.commons.lang3.ArrayUtils;
import org.junit.jupiter.api.Test;
/**
- * Tests {@link org.apache.commons.collections4.Bag Bag}.
+ * Tests {@link Bag}.
* <p>
* To use, simply extend this class, and implement
* the {@link #makeObject} method.