mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Fix wording in Javadoc of ClientResponse.mutate()
Removed an extra "the".
This commit is contained in:
committed by
Rossen Stoyanchev
parent
c02ae7bcb8
commit
a087d13aea
+1
-1
@@ -193,7 +193,7 @@ public interface ClientResponse {
|
||||
String logPrefix();
|
||||
|
||||
/**
|
||||
* Return a builder to mutate the 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.
|
||||
* @return a builder to mutate the request with
|
||||
* @since 5.3
|
||||
|
||||
Reference in New Issue
Block a user