Normalize test Javadoc

The class name tells you it's a unit test as opposed to an IT test
This commit is contained in:
Gary Gregory 2024-11-05 14:08:35 -05:00
parent 05c73465cc
commit 92ebd29d23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {