mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
76994: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 70127: MNT-9882 - refactoring of caches git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77833 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -22,7 +22,7 @@ import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import org.alfresco.repo.cache.AbstractAsynchronouslyRefreshedCache;
|
||||
import org.alfresco.repo.cache.AbstractMTAsynchronouslyRefreshedCache;
|
||||
import org.alfresco.repo.config.ConfigDataCache.ConfigData;
|
||||
import org.alfresco.repo.config.xml.RepoXMLConfigService;
|
||||
import org.apache.commons.logging.Log;
|
||||
@@ -50,7 +50,7 @@ import com.sun.star.uno.RuntimeException;
|
||||
* @author Andy Hind
|
||||
* @since 4.1.5
|
||||
*/
|
||||
public class ConfigDataCache extends AbstractAsynchronouslyRefreshedCache<ConfigData>
|
||||
public class ConfigDataCache extends AbstractMTAsynchronouslyRefreshedCache<ConfigData>
|
||||
{
|
||||
private static Log logger = LogFactory.getLog(ConfigDataCache.class);
|
||||
|
||||
|
Reference in New Issue
Block a user