Skip to content

Commit 83ce8ad

Browse files
committed
Fix checkstyle
1 parent e2e91e2 commit 83ce8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* an exception, the exception will not propagate to the underlying testing framework.
5555
* For further details on asynchronous exception handling, consult the class-level
5656
* Javadoc for {@link org.springframework.context.event.EventListener @EventListener}.
57-
*
57+
*
5858
* <h3>Asynchronous Listeners</h3>
5959
* <p>If you want a particular test event listener to process events asynchronously,
6060
* you can use Spring's {@link org.springframework.scheduling.annotation.Async @Async}

0 commit comments

Comments
 (0)