mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
improve configuration objects
This commit is contained in:
@@ -55,7 +55,7 @@ public class CacheManagerConfiguration
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public List<CacheConfiguration> getCaches()
|
||||
public List<NamedCacheConfiguration> getCaches()
|
||||
{
|
||||
return caches;
|
||||
}
|
||||
@@ -75,7 +75,7 @@ public class CacheManagerConfiguration
|
||||
|
||||
/** Field description */
|
||||
@XmlElement(name = "cache")
|
||||
private List<CacheConfiguration> caches;
|
||||
private List<NamedCacheConfiguration> caches;
|
||||
|
||||
/** Field description */
|
||||
@XmlElement(name = "cache")
|
||||
|
||||
Reference in New Issue
Block a user