Browse Source

Apply gh-34856 to MockClientHttpRequest in testfixture package

Closes gh-35031

Signed-off-by: Johnny Lim <izeye@naver.com>
pull/35405/head
Johnny Lim 6 months ago committed by Brian Clozel
parent
commit
e86dc9ad95
  1. 2
      spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/MockClientHttpRequest.java

2
spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/MockClientHttpRequest.java

@ -105,7 +105,7 @@ public class MockClientHttpRequest extends MockHttpOutputMessage implements Clie @@ -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) {

Loading…
Cancel
Save