Add since tag for ClientResponse.Builder.request()

Closes gh-23364
master
Johnny Lim 5 years ago committed by Sam Brannen
parent 1676b981e2
commit 7c45381600
  1. 1
      spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java

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

Loading…
Cancel
Save