Skip to content

Commit

Permalink
[JENKINS-19465] - Now the code even compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Dec 12, 2017
1 parent 0b47a6e commit c13a14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
Expand Up @@ -1371,7 +1371,7 @@ public void afterDisconnect(SlaveComputer slaveComputer, final TaskListener list
tearDownConnection(slaveComputer, listener);
}

private synchronized void tearDownConnection(@Nonnull SlaveComputer slaveComputer, @Nonnull TaskListener listener) {
private synchronized void tearDownConnection(@Nonnull SlaveComputer slaveComputer, final @Nonnull TaskListener listener) {
if (connection != null) {
boolean connectionLost = reportTransportLoss(connection, listener);
if (session != null) {
Expand Down

0 comments on commit c13a14a

Please sign in to comment.