Fix compile-tests

This commit is contained in:
Sheng Yang 2012-06-21 12:21:56 -07:00
parent a00c21686f
commit ae32736151
1 changed files with 6 additions and 0 deletions

View File

@ -882,4 +882,10 @@ public class MockNetworkManagerImpl implements NetworkManager, Manager, NetworkS
// TODO Auto-generated method stub
return null;
}
@Override
public boolean canUseForDeploy(Network network) {
// TODO Auto-generated method stub
return false;
}
}