mirror of https://github.com/apache/cloudstack.git
Remove an incorrect usage of @inject, it caused management server from being loaded
This commit is contained in:
parent
08ae56d360
commit
f98e272d48
|
|
@ -221,7 +221,7 @@ public class ConsoleProxyManagerImpl implements ConsoleProxyManager, VirtualMach
|
|||
private EventDao _eventDao;
|
||||
@Inject
|
||||
ServiceOfferingDao _offeringDao;
|
||||
@Inject
|
||||
|
||||
private IpAddrAllocator _IpAllocator;
|
||||
|
||||
private ConsoleProxyListener _listener;
|
||||
|
|
|
|||
Loading…
Reference in New Issue