----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72904/#review221942 -----------------------------------------------------------
Ship it! Ship It! - Madhan Neethiraj On Sept. 23, 2020, 10:42 p.m., Abhay Kulkarni wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72904/ > ----------------------------------------------------------- > > (Updated Sept. 23, 2020, 10:42 p.m.) > > > 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 > >
