Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-42556] Updating since tags for #2792.
  • Loading branch information
jglick committed Mar 14, 2017
1 parent dd0d578 commit 98bb78f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -34,7 +34,7 @@
/**
* Uses {@link ACL#impersonate(Authentication)} for all tasks.
* @see SecurityContextExecutorService
* @since FIXME
* @since 2.51
*/
public final class ImpersonatingExecutorService extends InterceptingExecutorService {

Expand Down
Expand Up @@ -33,7 +33,7 @@

/**
* Variant of {@link ImpersonatingExecutorService} for scheduled services.
* @since FIXME
* @since 2.51
*/
public final class ImpersonatingScheduledExecutorService extends InterceptingScheduledExecutorService {

Expand Down
Expand Up @@ -31,7 +31,7 @@

/**
* Generalization of {@link InterceptingExecutorService} to scheduled services.
* @since FIXME
* @since 2.51
*/
public abstract class InterceptingScheduledExecutorService extends InterceptingExecutorService implements ScheduledExecutorService {

Expand Down

0 comments on commit 98bb78f

Please sign in to comment.