diff --git a/src/main/java/org/apache/commons/collections4/SetValuedMap.java b/src/main/java/org/apache/commons/collections4/SetValuedMap.java index 07b9b1e320..42c4483509 100644 --- a/src/main/java/org/apache/commons/collections4/SetValuedMap.java +++ b/src/main/java/org/apache/commons/collections4/SetValuedMap.java @@ -39,7 +39,7 @@ public interface SetValuedMap extends MultiValuedMap { *

* Implementations typically return an empty {@code Set} if no values * have been mapped to the key. - *

+ *

* * @param key the key to retrieve * @return the {@code Set} of values, implementations should return an @@ -55,6 +55,7 @@ public interface SetValuedMap extends MultiValuedMap { * The returned set may 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. + *

* * @param key the key to remove values from * @return the {@code Set} of values removed, implementations should