Skip to content

Commit

Permalink
[MINOR] revert unnecessary changes for branch 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jerqi committed Nov 1, 2024
1 parent 601823f commit cbb2270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void addPolicyItem(RangerPolicy policy, String roleName, RangerSecurableObject s
}

/**
* Find the managed policy for the ranger metadata names.
* Find the managed policies for the ranger securable object.
*
* @param metadataNames The metadata object names to find the managed policy.
* @return The managed policy for the metadata object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ static void allowAnyoneAccessHDFS() {
policyName,
policyResourceMap,
Collections.singletonList(policyItem),
true);
false);
}

/**
Expand Down

0 comments on commit cbb2270

Please sign in to comment.