Browse Source

Replace word "request" with "response"

pull/27415/head
Mustafa Ulu 3 years ago committed by Rossen Stoyanchev
parent
commit
db424d0bc5
  1. 2
      spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java

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

@ -195,7 +195,7 @@ public interface ClientResponse { @@ -195,7 +195,7 @@ public interface ClientResponse {
/**
* Return a builder to mutate this response, for example to change
* the status, headers, cookies, and replace or transform the body.
* @return a builder to mutate the request with
* @return a builder to mutate the response with
* @since 5.3
*/
default Builder mutate() {

Loading…
Cancel
Save