HHH-11356 Unused const

This commit is contained in:
Alex Snaps 2018-03-28 07:51:02 -04:00 committed by Steve Ebersole
parent 048f142351
commit 01ea47bd92
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ import net.sf.ehcache.CacheManager;
* @author Steve Ebersole
*/
public interface ConfigSettings {
String SIMPLE_FACTORY_NAME = "jcache";
String PROP_PREFIX = "hibernate.cache.ehcache.";
/**