From c17b481939ab8b96419232af2795290c78f3fbcb Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:58:29 +0200 Subject: [PATCH] Fix link in Javadoc See gh-35042 See gh-35078 --- .../test/web/reactive/server/WebTestClient.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java b/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java index ed69598e68d..d3faf8deebd 100644 --- a/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java +++ b/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java @@ -280,7 +280,8 @@ public interface WebTestClient { * Provide SSL session information and certificates for the mock server. * @param sslInfo the {@link SslInfo} to use * @since 7.0 - * @see org.springframework.mock.http.server.reactive.MockSslInfo + * @see SslInfo#from(String) + * @see SslInfo#from(String, java.security.cert.X509Certificate...) */ T sslInfo(SslInfo sslInfo);