
Tal Nisan has submitted this change and it was merged. Change subject: bll: remove usage of RandomUtils ...................................................................... bll: remove usage of RandomUtils RandomUtils is a wrapper to non secure random of java that is not used nor required within runtime. implementation of random utils is way too complex than required and provided as a wrapper instead of utility. move class to tests. Change-Id: Id20da6d8eb93ebbd237d20705440c5e583fc486e Signed-off-by: Alon Bar-Lev <alonbl@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/StorageHandlingCommandBase.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/ClusterUtils.java R backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/RandomUtils.java 3 files changed, 4 insertions(+), 4 deletions(-) Approvals: Alon Bar-Lev: Verified Tal Nisan: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/35217 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id20da6d8eb93ebbd237d20705440c5e583fc486e Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server