Apply gh-34856 to MockClientHttpRequest in testfixture package

Closes gh-35031

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim
2025-06-11 22:43:47 +09:00
committed by Brian Clozel
parent 05c3f56ec7
commit e86dc9ad95

View File

@@ -105,7 +105,7 @@ public class MockClientHttpRequest extends MockHttpOutputMessage implements Clie
/**
* Set the {@link ClientHttpResponse} to be used as the result of executing
* the this request.
* this request.
* @see #execute()
*/
public void setResponse(ClientHttpResponse clientHttpResponse) {