mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
[MNT-21818] Added pair key type
This commit is contained in:
@@ -197,7 +197,7 @@ public class FilePlanServiceImpl extends ServiceBaseImpl
|
|||||||
Set<QName> aspects = new HashSet<>(1);
|
Set<QName> aspects = new HashSet<>(1);
|
||||||
aspects.add(ASPECT_RECORDS_MANAGEMENT_ROOT);
|
aspects.add(ASPECT_RECORDS_MANAGEMENT_ROOT);
|
||||||
|
|
||||||
Pair<StoreRef, String> key = new Pair<>(storeRef, ASPECT_RECORDS_MANAGEMENT_ROOT.toString());
|
Pair<StoreRef, String> key = new Pair<StoreRef, String>(storeRef, ASPECT_RECORDS_MANAGEMENT_ROOT.toString());
|
||||||
|
|
||||||
if (!rootRecordsManagementCache.contains(key))
|
if (!rootRecordsManagementCache.contains(key))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user