Remove an incorrect usage of @inject, it caused management server from being loaded

This commit is contained in:
Kelven Yang 2010-08-23 12:25:47 -07:00
parent 08ae56d360
commit f98e272d48
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ public class ConsoleProxyManagerImpl implements ConsoleProxyManager, VirtualMach
private EventDao _eventDao;
@Inject
ServiceOfferingDao _offeringDao;
@Inject
private IpAddrAllocator _IpAllocator;
private ConsoleProxyListener _listener;