Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Mar 30, 2024
1 parent 28520b6 commit 2c43a61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import org.junit.jupiter.api.Test;

/**
* Test ArrayListValuedHashMap
* Tests {@link ArrayListValuedHashMap}.
*/
public class ArrayListValuedHashMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.junit.jupiter.api.Test;

/**
* Test HashSetValuedHashMap
* Tests {@link HashSetValuedHashMap}.
*/
public class HashSetValuedHashMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import org.junit.jupiter.api.Test;

/**
* Tests for TransformedMultiValuedMap
* Tests {@link TransformedMultiValuedMap}.
*/
public class TransformedMultiValuedMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import org.junit.jupiter.api.Test;

/**
* Tests for UnmodifiableMultiValuedMap
* Tests {@link UnmodifiableMultiValuedMap}.
*/
public class UnmodifiableMultiValuedMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {

Expand Down

0 comments on commit 2c43a61

Please sign in to comment.