From b14df2b6ea3dd5e6227e217379f0998492bce3a7 Mon Sep 17 00:00:00 2001 From: freeman0432 Date: Sat, 17 Jun 2017 14:11:45 +0800 Subject: [PATCH] Fix a missing line of xml fragment Closes gh-1461 --- src/docs/asciidoc/web/web-mvc.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/asciidoc/web/web-mvc.adoc b/src/docs/asciidoc/web/web-mvc.adoc index 41ddbc2370f..c5d3338b58c 100644 --- a/src/docs/asciidoc/web/web-mvc.adoc +++ b/src/docs/asciidoc/web/web-mvc.adoc @@ -2578,6 +2578,7 @@ For applications configured with a `web.xml` be sure to update to version 3.0: ----