Skip to content

Commit 31903a9

Browse files
Dongnyoungrstoyanchev
authored andcommitted
Fix typo in MockClientHttpRequest Javadoc
Closes gh-34856 Signed-off-by: DongNyoung Lee <121621378+Dongnyoung@users.noreply.github.com>
1 parent 06f6991 commit 31903a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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