Skip to content

Commit

Permalink
Merge pull request #72 from fbelzunc/JENKINS-43091
Browse files Browse the repository at this point in the history
[FIXED JENKINS-43091] Guice failing on terminating ActiveDirectorySecurityRealm.shutDownthreadPoolExecutors
  • Loading branch information
fbelzunc committed Mar 24, 2017
2 parents 847ace3 + a591b57 commit 5e65398
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -432,7 +432,6 @@ public void doAuthTest(StaplerRequest req, StaplerResponse rsp, @QueryParameter
}

@Restricted(DoNotUse.class)
@Terminator
public void shutDownthreadPoolExecutors() {
threadPoolExecutor.shutdown();
}
Expand Down

0 comments on commit 5e65398

Please sign in to comment.