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(a)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(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server