URL Cleanup - fix XSD imports

See gh-22617 gh-22622 gh-22635
This commit is contained in:
Sam Brannen 2019-03-23 11:53:24 +01:00
parent cedcd2fddd
commit 6164664f65
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.springframework.org/schema/beans">
<xsd:import namespace="https://www.w3.org/XML/1998/namespace"/>
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

View File

@ -5,7 +5,7 @@
targetNamespace="http://www.springframework.org/schema/tool"
elementFormDefault="qualified">
<xsd:import namespace="https://www.w3.org/XML/1998/namespace"/>
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation><![CDATA[