mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixnig the null pointer isssue
This commit is contained in:
parent
700b308b45
commit
271c4f76cb
@ -229,7 +229,7 @@ public class MonitoringManagerImpl implements MonitoringManager {
|
||||
//int tenantId = PolicyManagerUtil.getTenantId();
|
||||
Map<Integer, Device> deviceIds = new HashMap<>();
|
||||
List<ComplianceData> complianceDatas = new ArrayList<>();
|
||||
HashMap<Integer, Integer> devicePolicyIdMap = null;
|
||||
HashMap<Integer, Integer> devicePolicyIdMap = new HashMap<>();
|
||||
|
||||
try {
|
||||
PolicyManagementDAOFactory.openConnection();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user