DaanHoogland commented on code in PR #7024:
URL: https://github.com/apache/cloudstack/pull/7024#discussion_r1061507927
##########
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:
how about also dropping the '_'. it is an antiquated convention not
rigorously applied anyway.
--
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]