mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
added comment
This commit is contained in:
parent
a037f91f56
commit
5acf5912e4
@ -131,6 +131,11 @@ public class DeviceTypeManagementServiceImpl implements DeviceTypeManagementServ
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This cleans up the configs that should not be exposed to iot users.
|
||||||
|
* @param deviceType
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
private DeviceType clearMetaEntryInfo(DeviceType deviceType) {
|
private DeviceType clearMetaEntryInfo(DeviceType deviceType) {
|
||||||
DeviceTypeMetaDefinition metaDefinition = deviceType.getDeviceTypeMetaDefinition();
|
DeviceTypeMetaDefinition metaDefinition = deviceType.getDeviceTypeMetaDefinition();
|
||||||
metaDefinition.setInitialOperationConfig(null);
|
metaDefinition.setInitialOperationConfig(null);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user