
Arik Hadas has submitted this change and it was merged. Change subject: core: replace fields with variables in vms-monitoring ...................................................................... core: replace fields with variables in vms-monitoring The collections of identifiers of highly available VMs to rerun and those that were shut down as part of cold reboot and need to run are used only within one method. Therefore changing them from fields in VmsMonitoring class to variable in the afterVMsRefreshTreatment. Change-Id: Ib3300823b5d5ecb1f99b62034e201f1764801e06 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VmsMonitoring.java 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Shahar Havivi: Looks good to me, approved Jenkins CI: Passed CI tests Arik Hadas: Verified -- To view, visit https://gerrit.ovirt.org/51690 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib3300823b5d5ecb1f99b62034e201f1764801e06 Gerrit-PatchSet: 2 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: gerrit-hooks <automation@ovirt.org>