Fixed test client

This commit is contained in:
Alena Prokharchyk 2011-11-11 14:18:20 -08:00
parent 098f6edaa0
commit 2b04d0f6ff
1 changed files with 6 additions and 5 deletions

View File

@ -709,9 +709,10 @@ public class MockNetworkManagerImpl implements NetworkManager, Manager, NetworkS
return false;
}
@Override
public Long getPhysicalNetworkId(Network network) {
// TODO Auto-generated method stub
return null;
}
@Override
public Long getPhysicalNetworkId(Network network) {
// TODO Auto-generated method stub
return null;
}
}