Change in ovirt-engine[master]: core: do not pass Collections.singleton

Moti Asayag has submitted this change and it was merged. Change subject: core: do not pass Collections.singleton ...................................................................... core: do not pass Collections.singleton probably command coordination serializes parameters to db. When deserializing them (exact behavior is to be tested) Collections.singleton cannot be deserialized due to missing default constructor. Change-Id: Icf2a08e713fac43a531297dc4eeb285a9205045d Bug-Url: https://bugzilla.redhat.com/1372950 Signed-off-by: Martin Mucha <mmucha@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/cluster/AttachNetworkToClusterCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/cluster/DetachNetworkToClusterCommand.java 2 files changed, 4 insertions(+), 2 deletions(-) Approvals: Martin Mucha: Verified Jenkins CI: Passed CI tests Moti Asayag: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/63317 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icf2a08e713fac43a531297dc4eeb285a9205045d Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
masayag@redhat.com