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 <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
