Repository: cloudstack Updated Branches: refs/heads/master c25d4fdea -> a81b59e2a
Revert "some unused fields deleted" This reverts commit 31db58f7204ac8bb434599ff51d794640718845c. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a81b59e2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a81b59e2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a81b59e2 Branch: refs/heads/master Commit: a81b59e2a45bb567cec7d8a75c312ec00cb5e552 Parents: c25d4fd Author: Laszlo Hornyak <[email protected]> Authored: Wed Dec 3 18:02:18 2014 +0100 Committer: Laszlo Hornyak <[email protected]> Committed: Wed Dec 3 18:09:49 2014 +0100 ---------------------------------------------------------------------- server/src/com/cloud/api/ApiDBUtils.java | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a81b59e2/server/src/com/cloud/api/ApiDBUtils.java ---------------------------------------------------------------------- diff --git a/server/src/com/cloud/api/ApiDBUtils.java b/server/src/com/cloud/api/ApiDBUtils.java index 94ee3a4..4fc9f42 100644 --- a/server/src/com/cloud/api/ApiDBUtils.java +++ b/server/src/com/cloud/api/ApiDBUtils.java @@ -442,7 +442,11 @@ public class ApiDBUtils { @Inject private NetworkOrchestrationService networkMgr; @Inject + private StatsCollector statsCollector; + @Inject private TemplateManager templateMgr; + @Inject + private VolumeOrchestrationService volumeMgr; @Inject private AccountDao accountDao;
