Revert "some unused fields deleted"

This reverts commit 31db58f720.
This commit is contained in:
Laszlo Hornyak 2014-12-03 18:02:18 +01:00
parent c25d4fdea2
commit a81b59e2a4
1 changed files with 4 additions and 0 deletions

View File

@ -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;