Add doc comments

This commit is contained in:
Pahansith 2020-09-30 22:08:31 +05:30
parent 243d6d5400
commit 618b8962b3

View File

@ -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);