-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58647/
-----------------------------------------------------------
Review request for ranger, Don Bosco Durai and Colm O hEigeartaigh.
Bugs: RANGER-1536
https://issues.apache.org/jira/browse/RANGER-1536
Repository: ranger
Description
-------
if(StringUtils.isEmpty(nameRules)){
if(LOG.isDebugEnabled()){
LOG.debug("Name is empty. Setting Name Rule as 'DEFAULT'");
}
nameRules = DEFAULT_NAME_RULE;
}
we should change "Name is empty. Setting Name Rule as 'DEFAULT'" to "Name Rule
is empty. Setting Name Rule as 'DEFAULT'"
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/client/BaseClient.java
941c118
Diff: https://reviews.apache.org/r/58647/diff/1/
Testing
-------
Thanks,
Qiang Zhang