Allon Mureinik has uploaded a new change for review. Change subject: core: CommandBase: Removed StringHelper ......................................................................
core: CommandBase: Removed StringHelper Removed the usage of the deprecated StingHelper class: 1. aggregate was replaced with apache commons' StringUtils.join 2. EqOp was replaces with a simple call to equals, since it was used to compare a variable to a constant string Change-Id: Ie8f43b7f8b329595822dfdb32a77cb33c5cb638e Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/66/6466/1 -- To view, visit http://gerrit.ovirt.org/6466 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie8f43b7f8b329595822dfdb32a77cb33c5cb638e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
