HHH-11356 Unused const
This commit is contained in:
parent
048f142351
commit
01ea47bd92
|
@ -12,8 +12,6 @@ import net.sf.ehcache.CacheManager;
|
||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
*/
|
*/
|
||||||
public interface ConfigSettings {
|
public interface ConfigSettings {
|
||||||
String SIMPLE_FACTORY_NAME = "jcache";
|
|
||||||
|
|
||||||
String PROP_PREFIX = "hibernate.cache.ehcache.";
|
String PROP_PREFIX = "hibernate.cache.ehcache.";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue