Skip to content

Commit 14af5d9

Browse files
committed
Javadoc
Issue: SPR-15912
1 parent 2f81211 commit 14af5d9

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -479,11 +479,6 @@ interface RequestHeadersSpec<S extends RequestHeadersSpec<S>> {
479479
* .accept(MediaType.APPLICATION_JSON)
480480
* .retrieve()
481481
* .bodyToMono(Pojo.class);
482-
*
483-
* Mono&lt;ResponseEntity&lt;Pojo&gt;&gt; entityMono = client.get().uri("/")
484-
* .accept(MediaType.APPLICATION_JSON)
485-
* .retrieve()
486-
* .bodyToEntity(Pojo.class);
487482
* </pre>
488483
* @return spec with options for extracting the response body
489484
*/

0 commit comments

Comments
 (0)