Skip to content

Commit 2a4ee07

Browse files
committed
Fix typo
1 parent 59a24b4 commit 2a4ee07

File tree

1 file changed

+1
-1
lines changed
  • spring-web/src/main/java/org/springframework/web/client/reactive

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/web/client/reactive/WebClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* static imports: ClientWebRequestBuilder.*, ResponseExtractors.*
5959
*
6060
* // should be shared between HTTP calls
61-
* WebClient client = new WebClient(new ReactorHttpClient());
61+
* WebClient client = new WebClient(new ReactorClientHttpConnector());
6262
*
6363
* Mono<String> result = client
6464
* .perform(get("http://example.org/resource").accept(MediaType.TEXT_PLAIN))

0 commit comments

Comments
 (0)