mirror of https://github.com/apache/cloudstack.git
bug 3386: refining the comments inside the code
This commit is contained in:
parent
1c0c753342
commit
3e2c92e0db
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue