Fixed the typo

This commit is contained in:
Alena Prokharchyk 2011-11-17 20:11:16 -08:00
parent 313e6ca284
commit 2917bc686b
1 changed files with 1 additions and 1 deletions

View File

@ -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;