Skip to content

Commit

Permalink
Update metadata-service/auth-impl/src/main/java/com/datahub/authoriza…
Browse files Browse the repository at this point in the history
…tion/PolicyEngine.java

Co-authored-by: RyanHolstien <[email protected]>
  • Loading branch information
mkamalas and RyanHolstien authored Sep 18, 2024
1 parent 4c1aa72 commit f703c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private boolean checkCriterion(

Set<String> fieldValues = resource.getFieldValues(entityFieldType);

// For PolicyMatchCondition.NOT_EQUALS, we need to make sure the condition is not satistified
// For PolicyMatchCondition.NOT_EQUALS, we need to make sure the condition is not satisfied
// for all of the resources specified
if (criterion.getCondition() == PolicyMatchCondition.NOT_EQUALS) {
return criterion.getValues().stream()
Expand Down

0 comments on commit f703c95

Please sign in to comment.