Fix Javadoc empty tag and close other tag

This commit is contained in:
Gary Gregory 2024-06-14 21:23:16 -04:00
parent 44eea4df10
commit 8c5df0bf8e
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public interface SetValuedMap<K, V> extends MultiValuedMap<K, V> {
* <p> * <p>
* Implementations typically return an empty {@code Set} if no values * Implementations typically return an empty {@code Set} if no values
* have been mapped to the key. * have been mapped to the key.
* <p> * </p>
* *
* @param key the key to retrieve * @param key the key to retrieve
* @return the {@code Set} of values, implementations should return an * @return the {@code Set} of values, implementations should return an
@ -55,6 +55,7 @@ public interface SetValuedMap<K, V> extends MultiValuedMap<K, V> {
* The returned set <i>may</i> be modifiable, but updates will not be * The returned set <i>may</i> be modifiable, but updates will not be
* propagated to this set-valued map. In case no mapping was stored for the * propagated to this set-valued map. In case no mapping was stored for the
* specified key, an empty, unmodifiable set will be returned. * specified key, an empty, unmodifiable set will be returned.
* </p>
* *
* @param key the key to remove values from * @param key the key to remove values from
* @return the {@code Set} of values removed, implementations should * @return the {@code Set} of values removed, implementations should