GabrielBrascher commented on a change in pull request #3099: Add resource UUID instead of resource id in resourcedetails api (#2527) URL: https://github.com/apache/cloudstack/pull/3099#discussion_r246338606
########## File path: server/src/main/java/com/cloud/api/query/QueryManagerImpl.java ########## @@ -342,15 +342,15 @@ private TemplateJoinDao _templateJoinDao; @Inject - ResourceManager _resourceMgr; + private ResourceManager _resourceMgr; @Inject private ResourceMetaDataService _resourceMetaDataMgr; @Inject private TaggedResourceService _taggedResourceMgr; @Inject - AffinityGroupVMMapDao _affinityGroupVMMapDao; + private AffinityGroupVMMapDao _affinityGroupVMMapDao; Review comment: @anuragaw can you please address @rafaelweingartner's comment? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services