mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Removing UserVmDetailsDao duplicate field; Found the following repeated field in the UserVmManagerImpl class @Inject private UserVmDetailsDao _vmDetailsDao; @Inject private UserVmDetailsDao _uservmDetailsDao; Refactored to a single field; @Inject private UserVmDetailsDao userVmDetailsDao; Similar to this PR: https://github.com/apache/cloudstack/pull/2750/files