diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java index 89a8fd41ecf..a0617b77c3e 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java @@ -138,6 +138,7 @@ public interface ClientRequest { * Set the method of the request. * @param method the new method * @return this builder + * @since 5.0.1 */ Builder method(HttpMethod method); @@ -145,6 +146,7 @@ public interface ClientRequest { * Set the url of the request. * @param url the new url * @return this builder + * @since 5.0.1 */ Builder url(URI url);