removing unintended change

This commit is contained in:
Murali Reddy 2013-12-27 14:29:49 +05:30
parent 2715fd4dd9
commit ed113474ec
1 changed files with 1 additions and 1 deletions

View File

@ -3443,7 +3443,7 @@ public class VirtualNetworkApplianceManagerImpl extends ManagerBase implements V
protected boolean sendCommandsToRouter(final VirtualRouter router, Commands cmds) throws AgentUnavailableException {
if(!checkRouterVersion(router)){
//throw new CloudRuntimeException("Router requires upgrade. Unable to send command to router:" + router.getId());
throw new CloudRuntimeException("Router requires upgrade. Unable to send command to router:" + router.getId());
}
Answer[] answers = null;
try {