From f0f539ed8c09dae34db01d715c4c83cf40d4dec2 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Tue, 25 Jun 2019 09:47:45 -0500 Subject: [PATCH] Polish --- spring-cloud-task-docs/src/main/asciidoc/features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-task-docs/src/main/asciidoc/features.adoc b/spring-cloud-task-docs/src/main/asciidoc/features.adoc index 7a83517b..3c5b5307 100644 --- a/spring-cloud-task-docs/src/main/asciidoc/features.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/features.adoc @@ -296,7 +296,7 @@ The following example shows the three annotations in use: } ---- -NOTE: If you using a `ApplicationListener` early in Spring's Lifecycle this could impact TaskLifecycleListener's functionality. +NOTE: Inserting an `ApplicationListener` earlier in the chain than `TaskLifecycleListener` exists may cause unexpected effects. [[features-task-execution-listener-Exceptions]] ==== Exceptions Thrown by Task Execution Listener