We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25d4fd commit a81b59eCopy full SHA for a81b59e
1 file changed
server/src/com/cloud/api/ApiDBUtils.java
@@ -442,7 +442,11 @@ public class ApiDBUtils {
442
@Inject
443
private NetworkOrchestrationService networkMgr;
444
445
+ private StatsCollector statsCollector;
446
+ @Inject
447
private TemplateManager templateMgr;
448
449
+ private VolumeOrchestrationService volumeMgr;
450
451
452
private AccountDao accountDao;
0 commit comments