mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix some unused warnings
This commit is contained in:
parent
8b846b07a7
commit
271f5a5255
@ -391,6 +391,7 @@ public class NetworkManagerImpl implements NetworkManager, DomainRouterService {
|
|||||||
if(s_logger.isDebugEnabled())
|
if(s_logger.isDebugEnabled())
|
||||||
s_logger.debug("lock account " + accountId + " is acquired");
|
s_logger.debug("lock account " + accountId + " is acquired");
|
||||||
|
|
||||||
|
boolean isAccountIP = false;
|
||||||
List<IPAddressVO> addrs = listPublicIpAddressesInVirtualNetwork(account.getId(), dcId, true);
|
List<IPAddressVO> addrs = listPublicIpAddressesInVirtualNetwork(account.getId(), dcId, true);
|
||||||
if (addrs.size() == 0) {
|
if (addrs.size() == 0) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user