Skip to content

Commit 052ed50

Browse files
committed
Fix copy-and-paste error in Javadoc
1 parent 76c9306 commit 052ed50

File tree

1 file changed

+2
-2
lines changed
  • spring-webflux/src/main/java/org/springframework/web/reactive/function/client

1 file changed

+2
-2
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ interface Builder {
209209
/**
210210
* Manipulate this request's cookies with the given consumer. The
211211
* 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
214214
* {@link MultiValueMap} methods.
215215
* @param cookiesConsumer a function that consumes the cookies map
216216
* @return this builder

0 commit comments

Comments
 (0)