Laszlo Hornyak has submitted this change and it was merged.
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 <amureini(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Laszlo Hornyak: Verified; Looks good to me, approved
Allon Mureinik: Verified
--
To view, visit
http://gerrit.ovirt.org/6466
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie8f43b7f8b329595822dfdb32a77cb33c5cb638e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>