Skip to content

Commit 92ebd29

Browse files
committed
Normalize test Javadoc
The class name tells you it's a unit test as opposed to an IT test
1 parent 05c7346 commit 92ebd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import org.junit.jupiter.api.TestFactory;
4444

4545
/**
46-
* Unit tests for {@link org.apache.commons.collections4.keyvalue.MultiKey}.
46+
* Tests for {@link org.apache.commons.collections4.keyvalue.MultiKey}.
4747
*/
4848
public class MultiKeyTest {
4949

0 commit comments

Comments
 (0)