Add since tag for ClientResponse.Builder.request()

Closes gh-23364
This commit is contained in:
Johnny Lim
2019-07-26 18:07:48 +09:00
committed by Sam Brannen
parent 1676b981e2
commit 7c45381600

View File

@@ -331,6 +331,7 @@ public interface ClientResponse {
* Set the request associated with the response.
* @param request the request
* @return this builder
* @since 5.2
*/
Builder request(HttpRequest request);