Skip to content

Commit e901abe

Browse files
committed
Fix JavaDoc in TestExecutionListener regarding Ordered
1 parent 0524a82 commit e901abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-test/src/main/java/org/springframework/test/context/TestExecutionListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
* mechanisms.
2626
* <p>Implementations may optionally declare the position in which they should
2727
* 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
2929
* {@link org.springframework.core.annotation.Order @Order} annotation. See
3030
* {@link TestContextBootstrapper#getTestExecutionListeners()} for details.
3131
* <p>Spring provides the following out-of-the-box implementations (all of
32-
* which are annotated with {@code @Order}):
32+
* which implement {@code Ordered}):
3333
* <ul>
3434
* <li>{@link org.springframework.test.context.web.ServletTestExecutionListener
3535
* ServletTestExecutionListener}</li>

0 commit comments

Comments
 (0)