Skip to content

Commit 6457a15

Browse files
committed
Javadoc
1 parent a4f8ce7 commit 6457a15

File tree

1 file changed

+2
-0
lines changed
  • spring-webflux/src/main/java/org/springframework/web/reactive/function/client

1 file changed

+2
-0
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,15 @@ interface Builder {
138138
* Set the method of the request.
139139
* @param method the new method
140140
* @return this builder
141+
* @since 5.0.1
141142
*/
142143
Builder method(HttpMethod method);
143144

144145
/**
145146
* Set the url of the request.
146147
* @param url the new url
147148
* @return this builder
149+
* @since 5.0.1
148150
*/
149151
Builder url(URI url);
150152

0 commit comments

Comments
 (0)