Fix typo
This commit is contained in:
parent
7a47c4b594
commit
c0e9ed1e34
|
@ -37,7 +37,7 @@ public enum CacheType {
|
||||||
EHCACHE(EhCacheCacheConfiguration.class),
|
EHCACHE(EhCacheCacheConfiguration.class),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Haezelcast backed caching
|
* Hazelcast backed caching
|
||||||
*/
|
*/
|
||||||
HAZELCAST(HazelcastCacheConfiguration.class),
|
HAZELCAST(HazelcastCacheConfiguration.class),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue