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:
nkeywal 2012-12-28 16:02:07 +00:00
parent 92c98a76d1
commit 4409ba741c
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}
}