Skip to content

Commit

Permalink
Fix Javadoc empty tag and close other tag
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 15, 2024
1 parent 44eea4d commit 8c5df0b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public interface SetValuedMap<K, V> extends MultiValuedMap<K, V> {
* <p>
* Implementations typically return an empty {@code Set} if no values
* have been mapped to the key.
* <p>
* </p>
*
* @param key the key to retrieve
* @return the {@code Set} of values, implementations should return an
Expand All @@ -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
* propagated to this set-valued map. In case no mapping was stored for the
* specified key, an empty, unmodifiable set will be returned.
* </p>
*
* @param key the key to remove values from
* @return the {@code Set} of values removed, implementations should
Expand Down

0 comments on commit 8c5df0b

Please sign in to comment.