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

    https://github.com/apache/cloudstack/pull/1424#discussion_r54762401
  
    --- Diff: server/src/com/cloud/template/TemplateManagerImpl.java ---
    @@ -275,6 +277,8 @@
         private StorageCacheManager cacheMgr;
         @Inject
         private EndPointSelector selector;
    +    @Inject
    +    private ImageStoreDao _imgStoreDao;
    --- End diff --
    
    So all other "Dao" variables in the class have a "_" before their name. I 
tried to keep it that way to follow convention. I've moved my variable to the 
same group where the other Dao variables are defiend, it should be more 
consistent now. 


---
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