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` +