HBASE-7443 More findbugs fixes - addendum - fix compilation error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92c98a76d1
commit
4409ba741c
|
@ -51,7 +51,7 @@ public class HBasePolicyProvider extends PolicyProvider {
|
|||
conf.set("hadoop.policy.file", "hbase-policy.xml");
|
||||
if (conf.getBoolean(
|
||||
ServiceAuthorizationManager.SERVICE_AUTHORIZATION_CONFIG, false)) {
|
||||
ServiceAuthorizationManager.refresh(conf, new HBasePolicyProvider());
|
||||
authManager.refresh(conf, new HBasePolicyProvider());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue