Roy Golan has submitted this change and it was merged.
Change subject: core: Deprecate StringHelper
......................................................................
core: Deprecate StringHelper
The usage of StringHelper methods is discurage since its not optimal (uses StringBuffer
insead of Builder)
and has already a proven, widely used twin made by apache,
org.apache.commons.lang.StringUtils
Change-Id: Ibe8512c55ad0a7f1a9622533625db5d75c5f982b
Signed-off-by: Roy Golan <rgolan(a)redhat.com>
---
M
backend/manager/modules/compat/src/main/java/org/ovirt/engine/core/compat/StringHelper.java
1 file changed, 4 insertions(+), 1 deletion(-)
Approvals:
Roy Golan: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/5485
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe8512c55ad0a7f1a9622533625db5d75c5f982b
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>