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

amureini at redhat.com amureini at redhat.com
Tue Feb 26 12:27:20 UTC 2013


Allon Mureinik has submitted this change and it was merged.

Change subject: core: Remove the Helper class
......................................................................


core: Remove the Helper class

org.ovirt.engine.core.utils.Helper had only one method, ToList, which
was, in fact, just creating a new ArrayList around a given iterable.

This patch removes this useless class, and just calls ArrayList's
constructor instead.

Change-Id: I2563766d08aeece478ac7659103f26f19b90deb3
Signed-off-by: Allon Mureinik <amureini at redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java
D backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/Helper.java
2 files changed, 3 insertions(+), 14 deletions(-)

Approvals:
  Allon Mureinik: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/12422
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2563766d08aeece478ac7659103f26f19b90deb3
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Alissa Bonas <abonas at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Daniel Erez <derez at redhat.com>
Gerrit-Reviewer: Liron Aravot <laravot at redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk at redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan at redhat.com>
Gerrit-Reviewer: Vered Volansky <vvolansk at redhat.com>



More information about the Engine-commits mailing list