mirror of https://github.com/apache/cloudstack.git
Don't apply @DB on a private method
This commit is contained in:
parent
5d3fae2fe4
commit
981c497e1f
|
|
@ -436,7 +436,7 @@ public class LoadBalancingRulesManagerImpl implements LoadBalancingRulesManager,
|
|||
}
|
||||
|
||||
@DB
|
||||
private boolean applyLoadBalancerRules(List<LoadBalancerVO> lbs) throws ResourceUnavailableException {
|
||||
protected boolean applyLoadBalancerRules(List<LoadBalancerVO> lbs) throws ResourceUnavailableException {
|
||||
Transaction txn = Transaction.currentTxn();
|
||||
List<LoadBalancingRule> rules = new ArrayList<LoadBalancingRule>();
|
||||
for (LoadBalancerVO lb : lbs) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue