+ fixed cache xsd minor typo

master
Costin Leau 14 years ago
parent 44b5df0db1
commit 182b6a437c
  1. 2
      org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd

@ -26,7 +26,7 @@
annotations on bean classes, and that proxies are automatically annotations on bean classes, and that proxies are automatically
to be created for the relevant annotated beans. to be created for the relevant annotated beans.
The default annotations supported are Spring's @Cacheable and @CacheInvalidate. The default annotations supported are Spring's @Cacheable and @CacheEvict.
]]></xsd:documentation> ]]></xsd:documentation>
</xsd:annotation> </xsd:annotation>
<xsd:attribute name="cache-manager" type="xsd:string" default="cacheManager"> <xsd:attribute name="cache-manager" type="xsd:string" default="cacheManager">

Loading…
Cancel
Save