Change in ovirt-engine[master]: core: CommandBase: Removed StringHelper

lhornyak at redhat.com lhornyak at redhat.com
Fri Jul 20 08:27:37 UTC 2012


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 at 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 at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Daniel Erez <derez at redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak at redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk at redhat.com>



More information about the Engine-commits mailing list