Untitled
unknown
plain_text
a month ago
425 B
2
Indexable
Never
/** * Updates the flag Policy.PolicyFlagForBulkChangeEU`` * */ public void updatePolicyFlagIfNeeded(PolicyVO newPolicy) {\ PolicyHXDEVO policy = (PolicyHXDEVO) newPolicy; if (policy.isPolicyCreatedUsingConversion()) { return; } // I think we don't need the rest of the conditions, could you please test just this policy.setPolicyFlagForBulkChangeEU(Boolean.FALSE); }
Leave a Comment