mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix tab and trailing spaces
This commit is contained in:
parent
9d3827e6fe
commit
719271b1d9
@ -41,7 +41,8 @@ public class VmWorkJobDispatcher extends AdapterBase implements AsyncJobDispatch
|
||||
public static final String VM_WORK_JOB_WAKEUP_DISPATCHER = "VmWorkJobWakeupDispatcher";
|
||||
|
||||
@Inject private VirtualMachineManagerImpl _vmMgr;
|
||||
@Inject private AsyncJobManager _asyncJobMgr;
|
||||
@Inject
|
||||
private AsyncJobManager _asyncJobMgr;
|
||||
@Inject private VMInstanceDao _instanceDao;
|
||||
|
||||
private Map<String, VmWorkJobHandler> _handlers;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user