From 38d8a5cda0df3ed6860ceecf0c78601245c5b113 Mon Sep 17 00:00:00 2001 From: Tomas Lin Date: Mon, 22 Sep 2014 13:13:26 -0700 Subject: [PATCH] Fix typo in comment Closes gh-1596 --- .../boot/autoconfigure/web/WebMvcAutoConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.java index 85a4d41387..4455a7c1df 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.java @@ -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