Change in ovirt-engine[master]: core: extract initialization in add-template to init method

Arik Hadas has submitted this change and it was merged. Change subject: core: extract initialization in add-template to init method ...................................................................... core: extract initialization in add-template to init method Extract the initialization that used to be in the constructor of AddVmTemplateCommand into an init method so it can be adjusted for add template from snapshot. Change-Id: Ibb0acd3603398271c7c25f80b475e772539eec6f Bug-Url: https://bugzilla.redhat.com/1003492 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmTemplateCommand.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AddVmTemplateCommandTest.java 2 files changed, 6 insertions(+), 0 deletions(-) Approvals: Jenkins CI: Looks good to me, but someone else must approve Arik Hadas: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/41257 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibb0acd3603398271c7c25f80b475e772539eec6f Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
ahadas@redhat.com