Change in ovirt-engine[master]: core: Initialize clusterId in RemoveVmPoolCommand.init()

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@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@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Shmuel Leib Melamud <smelamud@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
ahadas@redhat.com