Skip to content

Commit 0bdb979

Browse files
shbhmexeMarkEWaite
andauthored
Update core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
1 parent 7480d54 commit 0bdb979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class JnlpSlaveRestarterInstaller extends ComputerListener implements Ser
3737
/**
3838
* To force installer to run on all agents, set this system property to true.
3939
*/
40-
private static final boolean FORCE_INSTALL = SystemProperties.getBoolean(JnlpSlaveRestarterInstaller.class.getName() + ".forceInstall");
40+
private static final boolean FORCE_INSTALL = Boolean.getBoolean(JnlpSlaveRestarterInstaller.class.getName() + ".forceInstall");
4141

4242
@SuppressFBWarnings(value = "RV_RETURN_VALUE_IGNORED_BAD_PRACTICE", justification = "method signature does not permit plumbing through the return value")
4343
@Override

0 commit comments

Comments
 (0)