You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ek...@apache.org on 2015/06/29 10:43:41 UTC

[03/15] git commit: updated refs/heads/master to 527d6ee

Formatting the code of the ManagementService class

Signed-off-by: wilderrodrigues <wr...@schubergphilis.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4e6fd0f1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4e6fd0f1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4e6fd0f1

Branch: refs/heads/master
Commit: 4e6fd0f17f835c33935543a4d8326eff21ce08f5
Parents: 4406e2c
Author: wilderrodrigues <wr...@schubergphilis.com>
Authored: Wed Jun 24 13:12:07 2015 +0200
Committer: wilderrodrigues <wr...@schubergphilis.com>
Committed: Mon Jun 29 09:59:09 2015 +0200

----------------------------------------------------------------------
 api/src/com/cloud/server/ManagementService.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4e6fd0f1/api/src/com/cloud/server/ManagementService.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/server/ManagementService.java b/api/src/com/cloud/server/ManagementService.java
index abe6e2c..7bf6154 100644
--- a/api/src/com/cloud/server/ManagementService.java
+++ b/api/src/com/cloud/server/ManagementService.java
@@ -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();