fixing checkstyle in the virtual network manager. problem appeared after a rebase. probably due to my saving action in the eclipse workspace

Conflicts:
	server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
This commit is contained in:
wrodrigues 2014-09-09 22:52:05 +02:00 committed by Wilder Rodrigues
parent b9485761fd
commit 9379d1a104
1 changed files with 1 additions and 1 deletions

View File

@ -2594,4 +2594,4 @@ public class VirtualNetworkApplianceManagerImpl extends ManagerBase implements V
public boolean completeAggregatedExecution(final Network network, final List<DomainRouterVO> routers) throws AgentUnavailableException {
return aggregationExecution(Action.Finish, network, routers);
}
}
}