Refactored PolicyAdministratorPointImpl

revert-70aa11f8
harshanl 8 years ago
parent 6e1fdabaad
commit 73539362d4

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

Loading…
Cancel
Save