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 <likitha.she...@citrix.com> Authored: Tue Jan 14 14:00:45 2014 +0530 Committer: Likitha Shetty <likitha.she...@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