[
https://issues.apache.org/jira/browse/RANGER-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
peng.jianhua resolved RANGER-1836.
----------------------------------
Resolution: Fixed
Fix Version/s: master
1.0.0
> LOG class is imported error 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
> Fix For: 1.0.0, master
>
> Attachments:
> 0001-RANGER-1836-LOG-class-is-imported-error-for-RangerSe.patch
>
>
> 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)