From 3d071b945d0ce78892ea106983f0bff53ce69c62 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Tue, 14 Mar 2017 12:13:42 -0400 Subject: [PATCH] @oleg-nenashev noticed a typo --- .../java/jenkins/util/InterceptingScheduledExecutorService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/jenkins/util/InterceptingScheduledExecutorService.java b/core/src/main/java/jenkins/util/InterceptingScheduledExecutorService.java index 013744073e..327144b072 100644 --- a/core/src/main/java/jenkins/util/InterceptingScheduledExecutorService.java +++ b/core/src/main/java/jenkins/util/InterceptingScheduledExecutorService.java @@ -30,7 +30,7 @@ import java.util.concurrent.ScheduledFuture; import java.util.concurrent.TimeUnit; /** - * Generalization of {@link InterceptingExecutorService} tp scheduled services. + * Generalization of {@link InterceptingExecutorService} to scheduled services. * @since FIXME */ public abstract class InterceptingScheduledExecutorService extends InterceptingExecutorService implements ScheduledExecutorService { -- GitLab