Skip to content

Commit

Permalink
[JENKINS-32770] Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Feb 5, 2016
1 parent 5550847 commit 77cd5e8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -37,14 +37,14 @@
import org.jenkinsci.plugins.authorizeproject.AuthorizeProjectProperty;
import org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy;
import org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategyDescriptor;
import org.jenkinsci.plugins.authorizeproject.GlobalQueueItemAuthenticator;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.NoExternalUse;
import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.StaplerRequest;

/**
* Run builds as {@link ACL#SYSTEM}. Using this strategy becomes important when {@link GlobalQueueItemAuthenticator}
* Run builds as {@link ACL#SYSTEM}. Using this strategy becomes important when
* {@link org.jenkinsci.plugins.authorizeproject.GlobalQueueItemAuthenticator}
* is forcing jobs to a user other than {@link ACL#SYSTEM}.
*
* @since 1.1.1
Expand Down

0 comments on commit 77cd5e8

Please sign in to comment.