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 <[email protected]>
---
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 <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to