File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-test/src/main/java/org/springframework/test/context Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
* mechanisms.
26
26
* <p>Implementations may optionally declare the position in which they should
27
27
* be ordered among the chain of default listeners via the
28
- * {@link org.springframework.core.Ordered Order } interface or
28
+ * {@link org.springframework.core.Ordered Ordered } interface or
29
29
* {@link org.springframework.core.annotation.Order @Order} annotation. See
30
30
* {@link TestContextBootstrapper#getTestExecutionListeners()} for details.
31
31
* <p>Spring provides the following out-of-the-box implementations (all of
32
- * which are annotated with {@code @Order }):
32
+ * which implement {@code Ordered }):
33
33
* <ul>
34
34
* <li>{@link org.springframework.test.context.web.ServletTestExecutionListener
35
35
* ServletTestExecutionListener}</li>
You can’t perform that action at this time.
0 commit comments