Fix link in Javadoc

See gh-35042
See gh-35078
This commit is contained in:
Sam Brannen
2025-06-19 13:58:29 +02:00
parent f478f5cdc8
commit c17b481939
@@ -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 extends B> T sslInfo(SslInfo sslInfo);