Browse Source

Fix typo in MockClientHttpRequest Javadoc

Closes gh-34856

Signed-off-by: DongNyoung Lee <121621378+Dongnyoung@users.noreply.github.com>
pull/35405/head
DongNyoung Lee 9 months ago committed by rstoyanchev
parent
commit
31903a9d92
  1. 2
      spring-test/src/main/java/org/springframework/mock/http/client/MockClientHttpRequest.java

2
spring-test/src/main/java/org/springframework/mock/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