From 6d2cb78cd7b07604b6f6183d4cf6b90e46355b46 Mon Sep 17 00:00:00 2001
From: Johnny Lim <izeye@naver.com>
Date: Wed, 11 Jun 2025 22:43:47 +0900
Subject: [PATCH] Apply gh-34856 to MockClientHttpRequest in testfixture
 package

Signed-off-by: Johnny Lim <izeye@naver.com>
---
 .../web/testfixture/http/client/MockClientHttpRequest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/MockClientHttpRequest.java b/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/MockClientHttpRequest.java
index a7010b22ee8b..8ac148101da3 100644
--- a/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/MockClientHttpRequest.java
+++ b/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/MockClientHttpRequest.java
@@ -104,7 +104,7 @@ public URI getURI() {
 
 	/**
 	 * Set the {@link ClientHttpResponse} to be used as the result of executing
-	 * the this request.
+	 * this request.
 	 * @see #execute()
 	 */
 	public void setResponse(ClientHttpResponse clientHttpResponse) {