From fc74c4371809130549fda3aac81aea5cc031a27d Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 2 Oct 2019 14:49:23 +0200 Subject: [PATCH] Polishing --- .../springframework/test/context/TestExecutionListeners.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/TestExecutionListeners.java b/spring-test/src/main/java/org/springframework/test/context/TestExecutionListeners.java index c9a81f730b9..4056cadeaa6 100644 --- a/spring-test/src/main/java/org/springframework/test/context/TestExecutionListeners.java +++ b/spring-test/src/main/java/org/springframework/test/context/TestExecutionListeners.java @@ -61,13 +61,13 @@ public @interface TestExecutionListeners { * the {@link TestContextManager}. *

This attribute may not be used in conjunction with * {@link #value}, but it may be used instead of {@link #value}. - * @see org.springframework.test.context.event.EventPublishingTestExecutionListener * @see org.springframework.test.context.web.ServletTestExecutionListener * @see org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener * @see org.springframework.test.context.support.DependencyInjectionTestExecutionListener * @see org.springframework.test.context.support.DirtiesContextTestExecutionListener * @see org.springframework.test.context.transaction.TransactionalTestExecutionListener * @see org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener + * @see org.springframework.test.context.event.EventPublishingTestExecutionListener */ @AliasFor("value") Class[] listeners() default {};