Change in ovirt-engine[master]: core: TagsDirector: precompile backshlash removal

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@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@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
amureini@redhat.com