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