Add doc comments

corrective-policy
Pahansith 4 years ago
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…
Cancel
Save