mirror of https://github.com/apache/cloudstack.git
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 |
||
|---|---|---|
| .. | ||
| conf | ||
| src | ||
| test | ||
| pom.xml | ||