Change in ovirt-engine[master]: core: Remove MatchGroups class

Allon Mureinik has submitted this change and it was merged. Change subject: core: Remove MatchGroups class ...................................................................... core: Remove MatchGroups class MatchGroups is a marker class that extends ArrayList<Match> and does not add any functionality. Since GWT can handle ArrayLists, this class is redundant, and should be removed. Change-Id: I7cbae4e4aded51246ef8b350ebaa088838eab510 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/compat/src/main/java/org/ovirt/engine/core/compat/Match.java D backend/manager/modules/compat/src/main/java/org/ovirt/engine/core/compat/MatchGroups.java M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Compat.gwt.xml M frontend/webadmin/modules/gwt-extension/src/main/java/org/ovirt/engine/ui/uioverrides/org/ovirt/engine/core/compat/Match.java 4 files changed, 10 insertions(+), 16 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/21603 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7cbae4e4aded51246ef8b350ebaa088838eab510 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: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
amureini@redhat.com