mirror of https://github.com/apache/cloudstack.git
added back @DB annotation
This commit is contained in:
parent
b6d2ec505e
commit
07354b441c
|
|
@ -489,6 +489,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
|
|||
|
||||
}
|
||||
|
||||
@DB
|
||||
protected <T extends VMInstanceVO> Ternary<T, ReservationContext, ItWorkVO> changeToStartState(VirtualMachineGuru<T> vmGuru, T vm, User caller, Account account)
|
||||
throws ConcurrentOperationException {
|
||||
long vmId = vm.getId();
|
||||
|
|
|
|||
Loading…
Reference in New Issue