Normalize test Javadoc
The class name tells you it's a unit test as opposed to an IT test
This commit is contained in:
parent
05c73465cc
commit
92ebd29d23
|
@ -43,7 +43,7 @@ import org.junit.jupiter.api.Test;
|
||||||
import org.junit.jupiter.api.TestFactory;
|
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 {
|
public class MultiKeyTest {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue