From bd7fd57ad2114ce3ed3385116b886862a6cb3fd3 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 24 Aug 2011 19:05:49 +0000 Subject: [PATCH] Fix cache ref doc typo: Eh{c=>C}acheCacheManager Issue: SPR-8632, SPR-8635 --- spring-framework-reference/src/cache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/cache.xml b/spring-framework-reference/src/cache.xml index 26523d6fa7..7b4744b94e 100644 --- a/spring-framework-reference/src/cache.xml +++ b/spring-framework-reference/src/cache.xml @@ -421,7 +421,7 @@ public Book findBook(ISBN isbn, boolean checkWarehouse, boolean includeUsed)]]>< The Ehcache implementation is located under org.springframework.cache.ehcache package. Again, to use it, one simply needs to declare the appropriate CacheManager: - + ]]>