Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Oct 10, 2024
1 parent 222d622 commit e43d2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public RealJenkinsRule withTimeout(int timeout) {
* <p>Calling this method does <em>not</em> 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).
* <p>
* 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) {
Expand Down

0 comments on commit e43d2df

Please sign in to comment.