We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a24b4 commit 2a4ee07Copy full SHA for 2a4ee07
spring-web/src/main/java/org/springframework/web/client/reactive/WebClient.java
@@ -58,7 +58,7 @@
58
* static imports: ClientWebRequestBuilder.*, ResponseExtractors.*
59
*
60
* // should be shared between HTTP calls
61
- * WebClient client = new WebClient(new ReactorHttpClient());
+ * WebClient client = new WebClient(new ReactorClientHttpConnector());
62
63
* Mono<String> result = client
64
* .perform(get("http://example.org/resource").accept(MediaType.TEXT_PLAIN))
0 commit comments