Browse Source

renamed EhcacheCacheManager to EhCacheCacheManager

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3948 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Costin Leau 15 years ago
parent
commit
61d1324dc9
  1. 2
      org.springframework.context/src/main/java/org/springframework/cache/ehcache/EhcacheCacheManager.jav

2
org.springframework.context/src/main/java/org/springframework/cache/ehcache/EhcacheCacheManager.java → org.springframework.context/src/main/java/org/springframework/cache/ehcache/EhcacheCacheManager.jav vendored

@ -31,7 +31,7 @@ import org.springframework.util.Assert; @@ -31,7 +31,7 @@ import org.springframework.util.Assert;
*
* @author Costin Leau
*/
public class EhcacheCacheManager extends AbstractCacheManager {
public class EhCacheCacheManager extends AbstractCacheManager {
private net.sf.ehcache.CacheManager cacheManager;
Loading…
Cancel
Save