Arik Hadas has submitted this change and it was merged.
Change subject: core: Initialize clusterId in RemoveVmPoolCommand.init()
......................................................................
core: Initialize clusterId in RemoveVmPoolCommand.init()
Move initialization of clusterId from RemoveVmPoolCommand constructor to
init() method. Since VmPoolDao is injected now, referencing it in the
constructor causes NullPointerException.
Change-Id: I6863aba50124f2b15740c0e9a37a9ea3858b58a9
Signed-off-by: Shmuel Melamud <smelamud(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveVmPoolCommand.java
1 file changed, 6 insertions(+), 1 deletion(-)
Approvals:
Jenkins CI: Passed CI tests
Shmuel Leib Melamud: Verified
Arik Hadas: Looks good to me, approved
--
To view, visit
https://gerrit.ovirt.org/62680
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6863aba50124f2b15740c0e9a37a9ea3858b58a9
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shmuel Leib Melamud <smelamud(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Shmuel Leib Melamud <smelamud(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>