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 wilderrodrigues
parent 9f801d1f3a
commit 025ff72410
1 changed files with 1 additions and 1 deletions

View File

@ -2597,4 +2597,4 @@ Configurable, StateListener<State, VirtualMachine.Event, VirtualMachine> {
public boolean completeAggregatedExecution(final Network network, final List<DomainRouterVO> routers) throws AgentUnavailableException {
return aggregationExecution(Action.Finish, network, routers);
}
}
}