mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
[MNT-21818] Fixed cache variable name
This commit is contained in:
@@ -182,7 +182,7 @@ public class FilePlanServiceImpl extends ServiceBaseImpl
|
|||||||
*/
|
*/
|
||||||
public void clearRootRecordsManagementCache()
|
public void clearRootRecordsManagementCache()
|
||||||
{
|
{
|
||||||
this.rootContainerCache.clear();
|
this.rootRecordsManagementCache.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user