Github user niteshsarda commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1987#discussion_r104283067
  
    --- Diff: server/src/org/apache/cloudstack/region/RegionManagerImpl.java ---
    @@ -229,7 +232,7 @@ public boolean deleteUser(DeleteUserCmd cmd) {
          */
         @Override
         public Domain updateDomain(UpdateDomainCmd cmd) {
    -        return _domainMgr.updateDomain(cmd);
    +        return _managementService.updateDomain(cmd);
    --- End diff --
    
    @yvsubhash : As per your suggestion, I have changed the search query and 
also removed the unused method updateDomain from managementserviceimpl class.
    
    Please check.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to