From e550ce5322143d14450d9aa1b9760465a172c0ce 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 253c4c15..66c648c5 100644 --- a/spring-cloud-task-docs/src/main/asciidoc/features.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/features.adoc @@ -294,7 +294,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