Replace word "request" with "response"
This commit is contained in:
committed by
Rossen Stoyanchev
parent
a087d13aea
commit
db424d0bc5
@@ -195,7 +195,7 @@ public interface ClientResponse {
|
|||||||
/**
|
/**
|
||||||
* Return a builder to mutate this response, for example to change
|
* Return a builder to mutate this response, for example to change
|
||||||
* the status, headers, cookies, and replace or transform the body.
|
* 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
|
* @since 5.3
|
||||||
*/
|
*/
|
||||||
default Builder mutate() {
|
default Builder mutate() {
|
||||||
|
|||||||
Reference in New Issue
Block a user