Fix a missing line of xml fragment

Closes gh-1461
This commit is contained in:
freeman0432 2017-06-17 14:11:45 +08:00 committed by Stephane Nicoll
parent a2e555d749
commit b14df2b6ea
1 changed files with 1 additions and 0 deletions

View File

@ -2578,6 +2578,7 @@ For applications configured with a `web.xml` be sure to update to version 3.0:
----
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">