Browse Source

+ fixed cache xsd minor typo

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3936 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Costin Leau 15 years ago
parent
commit
6ef2067e3b
  1. 2
      org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd

2
org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd vendored

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
annotations on bean classes, and that proxies are automatically
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:annotation>
<xsd:attribute name="cache-manager" type="xsd:string" default="cacheManager">

Loading…
Cancel
Save