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 ed69598e68..d3faf8deeb 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);