
Roy Golan has submitted this change and it was merged. Change subject: core: AffinityRulesEnforcerTest streaming API usage ...................................................................... core: AffinityRulesEnforcerTest streaming API usage Replace the old-fashioned LinqUtils usage with the modern, built-in streaming API introduced in Java 8. This patch is part of the effort to remove LinqUtils completely. Change-Id: If569a6275ef6ccc22e97fba4bdb847b56e6357a6 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/scheduling/arem/AffinityRulesEnforcerTest.java 1 file changed, 2 insertions(+), 7 deletions(-) Approvals: Allon Mureinik: Verified Roy Golan: Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/48900 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If569a6275ef6ccc22e97fba4bdb847b56e6357a6 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>