From 3e2c92e0dbbe8d317b09657179d3bf50fd49554c Mon Sep 17 00:00:00 2001 From: abhishek Date: Thu, 21 Oct 2010 14:29:07 -0700 Subject: [PATCH] bug 3386: refining the comments inside the code --- server/src/com/cloud/server/ManagementServerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/com/cloud/server/ManagementServerImpl.java b/server/src/com/cloud/server/ManagementServerImpl.java index b73c345143b..c28c426cde1 100755 --- a/server/src/com/cloud/server/ManagementServerImpl.java +++ b/server/src/com/cloud/server/ManagementServerImpl.java @@ -1803,7 +1803,7 @@ public class ManagementServerImpl implements ManagementServer { } if(domainId == null){ - domainId = dc.getDomainId(); //get the domain id from zone (private zone case) + domainId = dc.getDomainId(); //get the domain id from zone if(domainId == null){ //do nothing (public zone case)