Change in ovirt-engine[master]: engine: replace Collection.emptyList with new ArrayList()

Alona Kaplan has submitted this change and it was merged. Change subject: engine: replace Collection.emptyList with new ArrayList() ...................................................................... engine: replace Collection.emptyList with new ArrayList() When adding element to 'Collection.emptyList' an 'UnsupportedOperationException' is thrown. Change-Id: I679c0662c34de34c1817896090a563abaf47ddb8 Signed-off-by: Alona Kaplan <alkaplan@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/NetworkCommonUtils.java 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Alona Kaplan: Verified Jenkins CI: Passed CI tests Moti Asayag: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/44269 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I679c0662c34de34c1817896090a563abaf47ddb8 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
alkaplan@redhat.com