Skip to content

Commit

Permalink
Avoid a warning under JENKINS-47736.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 6, 2017
1 parent 3d6f0f6 commit e225ab7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1861,7 +1861,7 @@ public void testSymlinksInDirectory() throws Exception {
}

private static class TestQueueItemAuthenticator extends jenkins.security.QueueItemAuthenticator {
private final org.acegisecurity.Authentication auth;
private final transient org.acegisecurity.Authentication auth;

public TestQueueItemAuthenticator(org.acegisecurity.Authentication auth) {
this.auth = auth;
Expand Down

0 comments on commit e225ab7

Please sign in to comment.