Skip to content

Commit 6d2cb78

Browse files
committed
Apply spring-projectsgh-34856 to MockClientHttpRequest in testfixture package
Signed-off-by: Johnny Lim <izeye@naver.com>
1 parent 8f3ca49 commit 6d2cb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public URI getURI() {
104104

105105
/**
106106
* Set the {@link ClientHttpResponse} to be used as the result of executing
107-
* the this request.
107+
* this request.
108108
* @see #execute()
109109
*/
110110
public void setResponse(ClientHttpResponse clientHttpResponse) {

0 commit comments

Comments
 (0)