Fix broken links in JavaDoc

Issue: SPR-17174
This commit is contained in:
Sam Brannen
2018-08-13 12:22:52 +02:00
parent 13c090b41d
commit 8126ffbc8c
7 changed files with 21 additions and 16 deletions

View File

@@ -363,8 +363,10 @@ public interface WebTestClient {
/**
* Steps for customizing the {@link WebClient} used to test with
* internally delegating to a {@link WebClient.Builder}.
* Steps for customizing the {@link WebClient} used to test with,
* internally delegating to a
* {@link org.springframework.web.reactive.function.client.WebClient.Builder
* WebClient.Builder}.
*/
interface Builder {