Skip to content

Commit fe887c8

Browse files
committed
URL Cleanup - remove obsolete ATOM schema location
See gh-22672
1 parent d40ed09 commit fe887c8

File tree

1 file changed

+1
-2
lines changed
  • spring-web/src/test/resources/org/springframework/http/converter/feed

1 file changed

+1
-2
lines changed

spring-web/src/test/resources/org/springframework/http/converter/feed/atom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://www.w3.org/2005/Atom https://www.kbcafe.com/rss/atom.xsd.xml">
2+
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
43
<title>title</title>
54
<subtitle>subtitle</subtitle>
65
<entry>

0 commit comments

Comments
 (0)