From a087d13aea77cd93b39b36b6e9b68270b140f9da Mon Sep 17 00:00:00 2001 From: Mustafa Ulu Date: Sun, 12 Sep 2021 14:18:54 +0300 Subject: [PATCH] Fix wording in Javadoc of ClientResponse.mutate() Removed an extra "the". --- .../web/reactive/function/client/ClientResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java index 897a1a28b5..5895c4294b 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java @@ -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