From ffc4e032934334686a52258c376b0a11092320c1 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 29 Oct 2014 11:21:23 +0100 Subject: [PATCH] Removed outdated TimerTaskExecutor reference Issue: SPR-12389 --- src/asciidoc/index.adoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index d87a69564e..ff4f4e5b52 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -47095,11 +47095,6 @@ Spring distribution. In all likelihood, you shouldn't ever need to implement you configuring a java.util.concurrent.ThreadPoolExecutor` and wraps it in a `TaskExecutor`. If you need to adapt to a different kind of `java.util.concurrent.Executor`, it is recommended that you use a <> instead. -* `TimerTaskExecutor` - This implementation uses a single `TimerTask` as its backing implementation. - It's different from the <> in that the method - invocations are executed in a separate thread, although they are effectively - synchronously batched in that thread. * `WorkManagerTaskExecutor` +