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(a)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(a)redhat.com>
Gerrit-Reviewer: Alissa Bonas <abonas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Vered Volansky <vvolansk(a)redhat.com>