Commit 38d8a5cd authored by Tomas Lin's avatar Tomas Lin Committed by Andy Wilkinson

Fix typo in comment

Closes gh-1596
parent a63d0b4e
...@@ -124,7 +124,7 @@ public class WebMvcAutoConfiguration { ...@@ -124,7 +124,7 @@ public class WebMvcAutoConfiguration {
return new HiddenHttpMethodFilter(); 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 // on the classpath
@Configuration @Configuration
@EnableWebMvc @EnableWebMvc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment