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-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ public HiddenHttpMethodFilter hiddenHttpMethodFilter() {
124
124
returnnewHiddenHttpMethodFilter();
125
125
}
126
126
127
-
// Defined as a nested config to ensure WebMvcConfigurerAdapter it not read when not
127
+
// Defined as a nested config to ensure WebMvcConfigurerAdapter is not read when not
0 commit comments