Skip to content

Commit

Permalink
Fix copy-and-paste error in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Oct 17, 2021
1 parent 76c9306 commit 052ed50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ interface Builder {
/**
* Manipulate this request's cookies with the given consumer. The
* map provided to the consumer is "live", so that the consumer can be used to
* {@linkplain MultiValueMap#set(Object, Object) overwrite} existing header values,
* {@linkplain MultiValueMap#remove(Object) remove} values, or use any of the other
* {@linkplain MultiValueMap#set(Object, Object) overwrite} existing cookie values,
* {@linkplain MultiValueMap#remove(Object) remove} cookies, or use any of the other
* {@link MultiValueMap} methods.
* @param cookiesConsumer a function that consumes the cookies map
* @return this builder
Expand Down

0 comments on commit 052ed50

Please sign in to comment.