mirror of https://github.com/apache/cloudstack.git
Fixed the typo
This commit is contained in:
parent
313e6ca284
commit
2917bc686b
|
|
@ -5031,7 +5031,7 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
|
|||
|
||||
@Override
|
||||
public boolean isProviderForNetwork(Provider provider, long networkId) {
|
||||
if (_ntwkSrvcDao.isProviderForNetwork(networkId, provider) == null) {
|
||||
if (_ntwkSrvcDao.isProviderForNetwork(networkId, provider) != null) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue