mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add doc comments
This commit is contained in:
parent
243d6d5400
commit
618b8962b3
@ -331,6 +331,10 @@ public class PolicyManagerUtil {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Transform email type corrective actions
|
||||
* @param correctiveProfileOperation Email type corrective operation
|
||||
*/
|
||||
private static void createEmailCorrectiveActions(ProfileOperation correctiveProfileOperation) {
|
||||
ProfileOperation profileOperation = new ProfileOperation();
|
||||
profileOperation.setId(PolicyManagementConstants.EMAIL_ACTION_ID);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user