mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ACE-3327: fixed accidental infinite loop.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@89835 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -425,7 +425,7 @@ public class TransactionalCache<K extends Serializable, V extends Object>
|
||||
*/
|
||||
public static <KEY extends Serializable, VAL> VAL getSharedCacheValue(SimpleCache<KEY, ValueHolder<VAL>> sharedCache, KEY key)
|
||||
{
|
||||
return getSharedCacheValue(sharedCache, key);
|
||||
return getSharedCacheValue(sharedCache, key, null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user