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-collections.git
The following commit(s) were added to refs/heads/master by this push: new 92ebd29d2 Normalize test Javadoc 92ebd29d2 is described below commit 92ebd29d23d7903cd350f9f1f26e9e7585e452d1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Nov 5 14:08:35 2024 -0500 Normalize test Javadoc The class name tells you it's a unit test as opposed to an IT test --- .../java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java b/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java index 2803e3e40..bf84db18a 100644 --- a/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java +++ b/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java @@ -43,7 +43,7 @@ import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestFactory; /** - * Unit tests for {@link org.apache.commons.collections4.keyvalue.MultiKey}. + * Tests for {@link org.apache.commons.collections4.keyvalue.MultiKey}. */ public class MultiKeyTest {