diff --git a/src/main/java/io/vertx/core/MultiMap.java b/src/main/java/io/vertx/core/MultiMap.java index 28116a6dc..9548f3043 100644 --- a/src/main/java/io/vertx/core/MultiMap.java +++ b/src/main/java/io/vertx/core/MultiMap.java @@ -193,9 +193,9 @@ public interface MultiMap extends Iterable> { MultiMap addAll(Map headers); /** - * Sets a value under the specified name. + * Sets a {@code value} under the specified {@code name}. *

- * If there is an existing header with the same name, it is removed. + * If there is an existing header with the same name, it is removed. Setting a {@code null} value removes the entry. * * @param name The name * @param value The value