mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
renamed EhcacheCacheManager to EhCacheCacheManager
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user