Skip to content

Commit e86dc9a

Browse files
izeyebclozel
authored andcommitted
Apply gh-34856 to MockClientHttpRequest in testfixture package
Closes gh-35031 Signed-off-by: Johnny Lim <izeye@naver.com>
1 parent 05c3f56 commit e86dc9a

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
@@ -105,7 +105,7 @@ public URI getURI() {
105105

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

0 commit comments

Comments
 (0)