Skip to content

Commit

Permalink
Update web.xml to remove trailing slash on xmlns
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWakelin authored Oct 14, 2024
1 parent 24c94e2 commit e4f83ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<web-app xmlns="http://xmlns.jcp.org/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_1.xsd"
version="3.1">
<display-name>com.ibm.cicsdev.jdbc.web</display-name>
Expand Down

0 comments on commit e4f83ed

Please sign in to comment.