Skip to content

Commit fb05d82

Browse files
kzander91snicoll
authored andcommitted
Fix order comment in WebMvcWebApplicationTypeDeducer
See gh-48543 Signed-off-by: Kai Zander <61500114+kzander91@users.noreply.github.com>
1 parent 9e69c55 commit fb05d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/spring-boot-webmvc/src/main/java/org/springframework/boot/webmvc/WebMvcWebApplicationTypeDeducer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* @author Phillip Webb
3333
*/
34-
@Order(10) // Ordered after WebFlux
34+
@Order(10) // Ordered before WebFlux
3535
class WebMvcWebApplicationTypeDeducer implements WebApplicationType.Deducer {
3636

3737
private static final String[] INDICATOR_CLASSES = { "jakarta.servlet.Servlet",

0 commit comments

Comments
 (0)