From 6ef2067e3b36ea89ea7e069e5be12599a9081903 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 1 Feb 2011 10:20:09 +0000 Subject: [PATCH] + fixed cache xsd minor typo git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3936 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../org/springframework/cache/config/spring-cache-3.1.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd b/org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd index 5fade140cbd..8ea803c51b7 100644 --- a/org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd +++ b/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 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. ]]>