|
|
@ -114,7 +114,7 @@ public class PolicyAdministratorPointImpl implements PolicyAdministratorPoint {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public boolean deletePolicy(int policyId) throws PolicyManagementException {
|
|
|
|
public boolean deletePolicy(int policyId) throws PolicyManagementException {
|
|
|
|
boolean bool =policyManager.deletePolicy(policyId);
|
|
|
|
boolean bool = policyManager.deletePolicy(policyId);
|
|
|
|
PolicyCacheManager policyCacheManager = PolicyCacheManagerImpl.getInstance();
|
|
|
|
PolicyCacheManager policyCacheManager = PolicyCacheManagerImpl.getInstance();
|
|
|
|
policyCacheManager.rePopulateCache();
|
|
|
|
policyCacheManager.rePopulateCache();
|
|
|
|
return bool;
|
|
|
|
return bool;
|
|
|
|