Qiang Zhang created RANGER-1462:
-----------------------------------
Summary: Fix the spelling error in Solr Authorization
Key: RANGER-1462
URL: https://issues.apache.org/jira/browse/RANGER-1462
Project: Ranger
Issue Type: Bug
Components: plugins
Affects Versions: 1.0.0
Reporter: Qiang Zhang
Assignee: Qiang Zhang
Fix For: 1.0.0
{code}
logger.fatal("Can't create RangerRequest oject. userName="
+ userName + ", accessType=" + accessType + ",
ip=" + ip
+ ", collectionRequest=" + collectionRequest);
{code}
It should be 'object' instead of 'oject'.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)