
Piotr Kliczewski has submitted this change and it was merged. Change subject: engine: Init task handlers after the constructor ...................................................................... engine: Init task handlers after the constructor In order to make sure that any data preparation done in the init method of a command will be performed before the tasks handlers are initiated, the call to initTaskHandlers method is moved to postConstruct instead of inside the constructor. Change-Id: Ib65f84ae8fdeb4dcb4034ace74558d07d34c99f8 Bug-Url: https://bugzilla.redhat.com/1365393 Signed-off-by: Fred Rolland <frolland@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins CI: Passed CI tests Allon Mureinik: Looks good to me, approved Freddy Rolland: Verified -- To view, visit https://gerrit.ovirt.org/62243 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib65f84ae8fdeb4dcb4034ace74558d07d34c99f8 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.0 Gerrit-Owner: Freddy Rolland <frolland@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Freddy Rolland <frolland@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>