Skip to content

Commit

Permalink
SpotBugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 19, 2025
1 parent fb6d341 commit 027f924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public SimpleCommandLauncher(String cmd) {
}

@Override
public void launch(SlaveComputer computer, final TaskListener listener) {
public synchronized void launch(SlaveComputer computer, final TaskListener listener) {
try {
Slave node = computer.getNode();
if (node == null) {
Expand Down

0 comments on commit 027f924

Please sign in to comment.