-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72904/
-----------------------------------------------------------
Review request for ranger, Madhan Neethiraj, Ramesh Mani, and Sailaja
Polavarapu.
Bugs: RANGER-3008
https://issues.apache.org/jira/browse/RANGER-3008
Repository: ranger
Description
-------
RangerResourceTrie class provides a constructor which supports an option for
caller to specify how Trie should be constructed. However, this constructor is
not public, and cannot be used outside the plugin.policyengine package.
The change involves changing access of the relevant constructor from
package-private to public.
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerResourceTrie.java
104b38d50
Diff: https://reviews.apache.org/r/72904/diff/1/
Testing
-------
Compiled clean and ran all unit tests successfully.
Thanks,
Abhay Kulkarni