Skip to content

Commit

Permalink
Fix missing method left over changes
Browse files Browse the repository at this point in the history
  • Loading branch information
krsoninikhil committed Dec 10, 2024
1 parent d69358c commit 6021ef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static List<RangerPolicy> applyDeltas(List<RangerPolicy> policies, List<R
ret = new ArrayList<>(policies);

for (RangerPolicyDelta delta : deltas) {
if (!serviceType.equals(delta.getPolicyServiceName())) {
if (!serviceType.equals(delta.getServiceType())) {
continue;
}

Expand Down

0 comments on commit 6021ef3

Please sign in to comment.