mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Minor code formating
This commit is contained in:
parent
ee4ab2fda8
commit
e0c5ff78fa
@ -63,11 +63,6 @@ public class DeviceManagementDataHolder {
|
|||||||
|
|
||||||
private Map<String, OperationMonitoringTaskConfig> map = new HashMap<>();
|
private Map<String, OperationMonitoringTaskConfig> map = new HashMap<>();
|
||||||
|
|
||||||
|
|
||||||
public void addToMap(OperationMonitoringTaskConfig taskConfig) {
|
|
||||||
this.map.put("aa", taskConfig);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Map<String, OperationMonitoringTaskConfig> getMap(){
|
public Map<String, OperationMonitoringTaskConfig> getMap(){
|
||||||
return this.map;
|
return this.map;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user