Skip to content

Commit 2b29df5

Browse files
authored
Merge pull request #2 from Dongnyoung/fix/javadoc-typo
Fix grammatical error in JavaDoc of setResponse method in MockClientHttpRequest.
2 parents c74f897 + 05c3666 commit 2b29df5

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
@@ -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)