X Tutup
Skip to content

Commit 5c44f62

Browse files
committed
Removed unused namespace
1 parent 37f0fa5 commit 5c44f62

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="OutputEscaping" version="3.0">
2+
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="OutputEscaping" version="3.0">
33
<display-name>Output-Escaping Sample Application</display-name>
44
</web-app>

0 commit comments

Comments
 (0)
X Tutup