File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-webflux/src/main/java/org/springframework/web/reactive/function/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ interface Builder {
209
209
/**
210
210
* Manipulate this request's cookies with the given consumer. The
211
211
* map provided to the consumer is "live", so that the consumer can be used to
212
- * {@linkplain MultiValueMap#set(Object, Object) overwrite} existing header values,
213
- * {@linkplain MultiValueMap#remove(Object) remove} values , or use any of the other
212
+ * {@linkplain MultiValueMap#set(Object, Object) overwrite} existing cookie values,
213
+ * {@linkplain MultiValueMap#remove(Object) remove} cookies , or use any of the other
214
214
* {@link MultiValueMap} methods.
215
215
* @param cookiesConsumer a function that consumes the cookies map
216
216
* @return this builder
You can’t perform that action at this time.
0 commit comments