You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by li...@apache.org on 2014/01/14 09:42:22 UTC

git commit: updated refs/heads/master to 16d36dd

Updated Branches:
  refs/heads/master b61f0a74c -> 16d36dd75


Fix checkstyle


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

Branch: refs/heads/master
Commit: 16d36dd75f20faf30e264dd68dfd0df6894c564c
Parents: b61f0a7
Author: Likitha Shetty <li...@citrix.com>
Authored: Tue Jan 14 14:00:45 2014 +0530
Committer: Likitha Shetty <li...@citrix.com>
Committed: Tue Jan 14 14:04:57 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/16d36dd7/server/src/com/cloud/api/ApiServer.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/api/ApiServer.java b/server/src/com/cloud/api/ApiServer.java
index a5314c9..3fb3495 100755
--- a/server/src/com/cloud/api/ApiServer.java
+++ b/server/src/com/cloud/api/ApiServer.java
@@ -763,8 +763,8 @@ public class ApiServer extends ManagerBase implements HttpRequestHandler, ApiSer
         Domain domain = _domainMgr.getDomain(domainUUID);
         if (domain != null)
             return domain.getId();
-        else 
-            return null; 
+        else
+            return null;
     }
 
     @Override