Skip to content

Commit 05c3666

Browse files
authored
Fix grammatical error in JavaDoc of setResponse method in MockClientHttpRequest
This pull request fixes a grammatical mistake in the JavaDoc of the setResponse method in MockClientHttpRequest. - Original: "the this request" - Changed to: "this request" This change improves the clarity and quality of the documentation. Signed-off-by: DongNyoung Lee <[email protected]>
1 parent c74f897 commit 05c3666

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)