You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation/Configurations.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
* This class is primarily intended for use with tests that need to specify configuration
48
48
* classes but can't use {@link SpringRunner}.
49
49
* <p>
50
-
* Implementations of this class should be annotated with {@code @Order} or implement
50
+
* Implementations of this class should be annotated with {@link org.springframework.core.annotation.Order @Order} or implement
0 commit comments