[MNT-21818] Added pair key type

This commit is contained in:
tiagos
2020-09-10 11:43:13 +01:00
parent 83d102d92f
commit 3955b27350

View File

@@ -197,7 +197,7 @@ public class FilePlanServiceImpl extends ServiceBaseImpl
Set<QName> aspects = new HashSet<>(1);
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))
{