[MNT-21818] Fixed cache variable name

This commit is contained in:
tiagos
2020-09-11 12:47:32 +01:00
parent 45ce884d01
commit 3c38823b48

View File

@@ -182,7 +182,7 @@ public class FilePlanServiceImpl extends ServiceBaseImpl
*/
public void clearRootRecordsManagementCache()
{
this.rootContainerCache.clear();
this.rootRecordsManagementCache.clear();
}
/**