Formatting the code of the ManagementService class

Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com>
This commit is contained in:
wilderrodrigues 2015-06-24 13:12:07 +02:00
parent 4406e2c8ec
commit 4e6fd0f17f
1 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ public interface ManagementService {
String[] listEventTypes();
Pair<List<? extends HypervisorCapabilities>, Integer> listHypervisorCapabilities(Long id, HypervisorType hypervisorType, String keyword, Long startIndex,
Long pageSizeVal);
Long pageSizeVal);
HypervisorCapabilities updateHypervisorCapabilities(Long id, Long maxGuestsLimit, Boolean securityGroupEnabled);
@ -429,7 +429,7 @@ public interface ManagementService {
List<String> listDeploymentPlanners();
VirtualMachine upgradeSystemVM(ScaleSystemVMCmd cmd) throws ResourceUnavailableException, ManagementServerException, VirtualMachineMigrationException,
ConcurrentOperationException;
ConcurrentOperationException;
void cleanupVMReservations();