Skip to content

Commit c17b481

Browse files
committed
Fix link in Javadoc
See gh-35042 See gh-35078
1 parent f478f5c commit c17b481

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ interface MockServerSpec<B extends MockServerSpec<B>> {
280280
* Provide SSL session information and certificates for the mock server.
281281
* @param sslInfo the {@link SslInfo} to use
282282
* @since 7.0
283-
* @see org.springframework.mock.http.server.reactive.MockSslInfo
283+
* @see SslInfo#from(String)
284+
* @see SslInfo#from(String, java.security.cert.X509Certificate...)
284285
*/
285286
<T extends B> T sslInfo(SslInfo sslInfo);
286287

0 commit comments

Comments
 (0)