Skip to content

Commit

Permalink
DG-1697: PR comments resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-at committed Jul 24, 2024
1 parent 09e7e3d commit 4a3c887
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2734,6 +2734,7 @@ public void linkBusinessPolicy(String policyGuid, Set<String> linkGuids) throws
if (CollectionUtils.isEmpty(vertices)) {
return;
}

handleBusinessPolicyMutation(vertices);
} catch (Exception e) {
LOG.error("Error during linkBusinessPolicy for policyGuid: {}", policyGuid, e);
Expand All @@ -2754,6 +2755,7 @@ public void unlinkBusinessPolicy(String policyGuid, Set<String> unlinkGuids) thr
if (CollectionUtils.isEmpty(vertices)) {
return;
}

handleBusinessPolicyMutation(vertices);
} catch (Exception e) {
LOG.error("Error during unlinkBusinessPolicy for policyGuid: {}", policyGuid, e);
Expand Down

0 comments on commit 4a3c887

Please sign in to comment.