Allon Mureinik has submitted this change and it was merged.
Change subject: core: TagsDirector: precompile backshlash removal
......................................................................
core: TagsDirector: precompile backshlash removal
Precompile the Pattern object used to remove backslashes. Since this
Pattern is never changed, in can be compiles once and save a heavy
operation each time the method is called.
Change-Id: I4a0ea8e5e6368b987d93bb087338df4e83318848
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/TagsDirector.java
1 file changed, 9 insertions(+), 3 deletions(-)
Approvals:
Allon Mureinik: Verified
Yair Zaslavsky: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/25673
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4a0ea8e5e6368b987d93bb087338df4e83318848
Gerrit-PatchSet: 2
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: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server