提交 98bb78ff 编写于 作者: J Jesse Glick

[JENKINS-42556] Updating since tags for #2792.

上级 dd0d578c
......@@ -34,7 +34,7 @@ import org.acegisecurity.Authentication;
/**
* Uses {@link ACL#impersonate(Authentication)} for all tasks.
* @see SecurityContextExecutorService
* @since FIXME
* @since 2.51
*/
public final class ImpersonatingExecutorService extends InterceptingExecutorService {
......
......@@ -33,7 +33,7 @@ import org.acegisecurity.Authentication;
/**
* Variant of {@link ImpersonatingExecutorService} for scheduled services.
* @since FIXME
* @since 2.51
*/
public final class ImpersonatingScheduledExecutorService extends InterceptingScheduledExecutorService {
......
......@@ -31,7 +31,7 @@ import java.util.concurrent.TimeUnit;
/**
* Generalization of {@link InterceptingExecutorService} to scheduled services.
* @since FIXME
* @since 2.51
*/
public abstract class InterceptingScheduledExecutorService extends InterceptingExecutorService implements ScheduledExecutorService {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册