From ae2d24808caa3d99a37299d3ec3a50d5485ed873 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 22 Oct 2012 09:56:07 -0700 Subject: [PATCH] Close 'beans' tag in MVC namespace documentation Issue: SPR-9898 --- src/reference/docbook/mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/mvc.xml b/src/reference/docbook/mvc.xml index 98d681cc5b..f7ebb14641 100644 --- a/src/reference/docbook/mvc.xml +++ b/src/reference/docbook/mvc.xml @@ -4580,7 +4580,7 @@ public class WebConfig { <mvc:annotation-driven /> -<beans> +</beans> The above registers a RequestMappingHandlerMapping, a