Apply gh-34856 to MockClientHttpRequest in testfixture package
Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
parent
8f3ca49bc4
commit
6d2cb78cd7
|
@ -104,7 +104,7 @@ public class MockClientHttpRequest extends MockHttpOutputMessage implements Clie
|
|||
|
||||
/**
|
||||
* Set the {@link ClientHttpResponse} to be used as the result of executing
|
||||
* the this request.
|
||||
* this request.
|
||||
* @see #execute()
|
||||
*/
|
||||
public void setResponse(ClientHttpResponse clientHttpResponse) {
|
||||
|
|
Loading…
Reference in New Issue