This commit is contained in:
Gary Gregory 2024-03-30 10:23:56 -04:00
parent c4d9f8552b
commit 28520b6152
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ import org.junit.jupiter.api.Test;
* <p>
* To use, extend this class and implement the {@link #makeObject} method and if
* necessary override the {@link #makeFullMap()} method.
* </p>
*/
public abstract class AbstractMultiValuedMapTest<K, V> extends AbstractObjectTest {