Change in ovirt-engine[master]: core: OvfReader cleanup - remove StringHelper
amureini at redhat.com
amureini at redhat.com
Sun Nov 25 15:53:13 UTC 2012
Allon Mureinik has submitted this change and it was merged.
Change subject: core: OvfReader cleanup - remove StringHelper
......................................................................
core: OvfReader cleanup - remove StringHelper
Removed usages of the deprecated StringHelper and replaced them with
standard calls.
* StringHelper.isNullOrEmpty(String) was replaced with
apache commons' standard StringUtils.isEmpty(String).
* StringHelper.EqOp(String, constant) was replaced with Java's standard
constant.equals(String)
Change-Id: I22f49eb0eec5c9849a4a2242a51ba0217718f0d1
Signed-off-by: Allon Mureinik <amureini at redhat.com>
---
M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfReader.java
1 file changed, 29 insertions(+), 30 deletions(-)
Approvals:
Allon Mureinik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9305
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I22f49eb0eec5c9849a4a2242a51ba0217718f0d1
Gerrit-PatchSet: 3
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: Liron Aravot <laravot at redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk at redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: Sharad Mishra <snmishra at linux.vnet.ibm.com>
Gerrit-Reviewer: Vered Volansky <vvolansk at redhat.com>
More information about the Engine-commits
mailing list