weizhouapache commented on code in PR #7024:
URL: https://github.com/apache/cloudstack/pull/7024#discussion_r1061473288


##########
server/src/main/java/com/cloud/server/ManagementServerImpl.java:
##########
@@ -823,7 +826,7 @@ public class ManagementServerImpl extends ManagerBase 
implements ManagementServe
     @Inject
     private HostDao _hostDao;
     @Inject
-    private HostDetailsDao _detailsDao;
+    protected HostDetailsDao _detailsDao;

Review Comment:
   @shwstppr 
   I think it is better to rename it to _hostDetailsDao



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to