Skip to content

Commit 94675f4

Browse files
authored
Update web.xml
1 parent 16390c1 commit 94675f4

File tree

1 file changed

+1
-1
lines changed
  • webapp/src/main/webapp/WEB-INF

1 file changed

+1
-1
lines changed

webapp/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
4+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd
55
version="2.5">
66
<display-name>Webapp</display-name>
77
<!--

0 commit comments

Comments
 (0)