Rename <mvc:cachecontrol/> to <mvc:cache-control/>

This commit is contained in:
Brian Clozel
2015-07-21 12:09:25 +02:00
parent 9149bf7ad4
commit eef937e4f2
4 changed files with 5 additions and 5 deletions

View File

@@ -506,7 +506,7 @@
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="cachecontrol">
<xsd:complexType name="cache-control">
<xsd:annotation>
<xsd:documentation source="org.springframework.web.cache.CacheControl"><![CDATA[
Generates "Cache-Control" HTTP response headers.
@@ -596,7 +596,7 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="cachecontrol" type="cachecontrol" minOccurs="0" maxOccurs="1"/>
<xsd:element name="cache-control" type="cache-control" minOccurs="0" maxOccurs="1"/>
<xsd:element name="resource-chain" type="resource-chain" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="mapping" use="required" type="xsd:string">