Skip to content

Commit 799a99d

Browse files
author
Arun Gupta
committed
slight formatting
1 parent 2808646 commit 799a99d

File tree

1 file changed

+2
-1
lines changed
  • servlet/error-mapping/src/main/webapp/WEB-INF

1 file changed

+2
-1
lines changed

servlet/error-mapping/src/main/webapp/WEB-INF/web.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
version="3.1"
4646
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
4747
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
48-
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"> <servlet>
48+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
49+
<servlet>
4950
<servlet-name>TestServlet</servlet-name>
5051
<servlet-class>org.javaee7.servlet.error.mapping.TestServlet</servlet-class>
5152
</servlet>

0 commit comments

Comments
 (0)