Skip to content

Commit

Permalink
Increase visibility of field (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Oct 24, 2023
1 parent 78543a9 commit 920a09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/remoting/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public void addClasspath(String pathList) throws Exception {
* This option is managed by the {@code -noCertificateCheck} option.
*/
@Option(name="-noCertificateCheck", aliases = "-disableHttpsCertValidation", forbids = "-cert", usage="Ignore SSL validation errors - use as a last resort only.")
private boolean noCertificateCheck = false;
public boolean noCertificateCheck = false;

public InetSocketAddress connectionTarget = null;

Expand Down

0 comments on commit 920a09d

Please sign in to comment.