Skip to content

Commit

Permalink
JENKINS-73941 - Additional changes required from suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarciacloudbees committed Oct 24, 2024
1 parent e7d0edd commit 9907110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ public synchronized void setApprovedScriptHashes(String[] scriptHashes) throws I
}

@DataBoundSetter
public synchronized void setForceSandbox(boolean forceSandbox) {
public void setForceSandbox(boolean forceSandbox) {
this.forceSandbox = forceSandbox;
save();
}
Expand Down

0 comments on commit 9907110

Please sign in to comment.