mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix broken links in JavaDoc
Issue: SPR-17174
This commit is contained in:
+4
-2
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user