sureshanaparti commented on code in PR #13023:
URL: https://github.com/apache/cloudstack/pull/13023#discussion_r3115324998
##########
engine/storage/src/main/java/org/apache/cloudstack/storage/image/BaseImageStoreDriverImpl.java:
##########
@@ -126,6 +127,8 @@ public abstract class BaseImageStoreDriverImpl implements
ImageStoreDriver {
AgentManager agentMgr;
@Inject
DataStoreManager dataStoreManager;
+ @Inject
+ ImageStoreDao dataStoreDao;
Review Comment:
```suggestion
ImageStoreDao imageStoreDao;
```
--
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]