CLOUDSTACK-3244: Inject KeystoreManager in ManagementServerImpl

This commit is contained in:
Wei Zhou 2013-07-11 09:57:06 +02:00
parent c4e3213132
commit ca8b47778f
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ public class ManagementServerImpl extends ManagerBase implements ManagementServe
private final ScheduledExecutorService _eventExecutor = Executors.newScheduledThreadPool(1, new NamedThreadFactory("EventChecker"));
private final ScheduledExecutorService _alertExecutor = Executors.newScheduledThreadPool(1, new NamedThreadFactory("AlertChecker"));
private KeystoreManager _ksMgr;
@Inject private KeystoreManager _ksMgr;
private Map<String, String> _configs;