mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
fix wrong resource urls of cache configurations
This commit is contained in:
@@ -90,7 +90,7 @@ public class EhCacheConfigurationReader
|
||||
"ext".concat(File.separator).concat("ehcache.xml");
|
||||
|
||||
/** Field description */
|
||||
private static final String MODULE_RESOURCES = "/META-INF/scm/ehcache.xml";
|
||||
private static final String MODULE_RESOURCES = "META-INF/scm/ehcache.xml";
|
||||
|
||||
/**
|
||||
* the logger for EhCacheConfigurationReader
|
||||
|
||||
@@ -71,7 +71,7 @@ public class GuavaCacheConfigurationReader
|
||||
"ext".concat(File.separator).concat("gcache.xml");
|
||||
|
||||
/** Field description */
|
||||
private static final String MODULE_RESOURCES = "/META-INF/scm/gcache.xml";
|
||||
private static final String MODULE_RESOURCES = "META-INF/scm/gcache.xml";
|
||||
|
||||
/**
|
||||
* the logger for CacheConfigurationReader
|
||||
|
||||
Reference in New Issue
Block a user