From e43d2dfe955f4771dc93e020dec8d8a606d92a9f Mon Sep 17 00:00:00 2001 From: Vincent Latombe Date: Thu, 10 Oct 2024 15:27:04 +0200 Subject: [PATCH] Fix javadoc --- src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java b/src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java index f066eb33..7b1c3331 100644 --- a/src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java +++ b/src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java @@ -330,7 +330,7 @@ public RealJenkinsRule withTimeout(int timeout) { *

Calling this method does not change the fact that Jenkins will be configured to listen only on localhost for security reasons * (so others in the same network cannot access your system under test, especially if it lacks authentication). *

- * When using HTTPS, use {@link #https(String)} instead. + * When using HTTPS, use {@link #https(String,KeyStoreManager, X509Certificate) instead. */ public RealJenkinsRule withHost(String host) { if (https) {