Browse Source

Fix typo in comment

Closes gh-1596
pull/2035/head
Tomas Lin 12 years ago committed by Andy Wilkinson
parent
commit
38d8a5cda0
  1. 2
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.java

2
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.java

@ -124,7 +124,7 @@ public class WebMvcAutoConfiguration { @@ -124,7 +124,7 @@ public class WebMvcAutoConfiguration {
return new HiddenHttpMethodFilter();
}
// Defined as a nested config to ensure WebMvcConfigurerAdapter it not read when not
// Defined as a nested config to ensure WebMvcConfigurerAdapter is not read when not
// on the classpath
@Configuration
@EnableWebMvc

Loading…
Cancel
Save