Change in ovirt-engine[master]: core: Remove PropertyCompat

Allon Mureinik has submitted this change and it was merged. Change subject: core: Remove PropertyCompat ...................................................................... core: Remove PropertyCompat PropertyCompat was an empty extension to PropertyInfo, with no additional logic of it's own, and hence pretty redundant. This patch removes it, replaces the single place it was used (TypeCompat) with PropertyInfo and renames the test accordingly. Change-Id: I21cfe23038e2647ee7ce816b532cb28f067ac826 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- D backend/manager/modules/compat/src/main/java/org/ovirt/engine/core/compat/backendcompat/PropertyCompat.java M backend/manager/modules/compat/src/main/java/org/ovirt/engine/core/compat/backendcompat/TypeCompat.java R backend/manager/modules/compat/src/test/java/org/ovirt/engine/core/compat/PropertyInfoTest.java 3 files changed, 7 insertions(+), 19 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/12257 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I21cfe23038e2647ee7ce816b532cb28f067ac826 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Alissa Bonas <abonas@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Vered Volansky <vvolansk@redhat.com>
participants (1)
-
amureini@redhat.com