This commit is contained in:
Stephane Nicoll 2015-05-13 18:11:42 +02:00
parent 7a47c4b594
commit c0e9ed1e34
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public enum CacheType {
EHCACHE(EhCacheCacheConfiguration.class),
/**
* Haezelcast backed caching
* Hazelcast backed caching
*/
HAZELCAST(HazelcastCacheConfiguration.class),