From 83ce8ad79afe78f65412b18f6ad0499d11049843 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 3 Apr 2019 10:16:11 +0200 Subject: [PATCH] Fix checkstyle --- .../context/event/EventPublishingTestExecutionListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java b/spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java index 7b08f832be..6e3bf1db98 100644 --- a/spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java +++ b/spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java @@ -54,7 +54,7 @@ import org.springframework.test.context.support.AbstractTestExecutionListener; * an exception, the exception will not propagate to the underlying testing framework. * For further details on asynchronous exception handling, consult the class-level * Javadoc for {@link org.springframework.context.event.EventListener @EventListener}. - * + * *

Asynchronous Listeners

*

If you want a particular test event listener to process events asynchronously, * you can use Spring's {@link org.springframework.scheduling.annotation.Async @Async}