Qiang Zhang created RANGER-1836:
-----------------------------------
Summary: LOG class is imported error at getTransactionLog() and
processFieldToCreateTrxLog() method for RangerServiceService class
Key: RANGER-1836
URL: https://issues.apache.org/jira/browse/RANGER-1836
Project: Ranger
Issue Type: Bug
Components: Ranger
Affects Versions: master
Reporter: Qiang Zhang
Assignee: Qiang Zhang
LOG class is imported error for RangerServiceService class
RangerServiceService.java import:
import java.util.logging.Logger;
I think java.util.logging.Logger class should be repalced with:
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)