mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix link in Javadoc
See gh-35042 See gh-35078
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user