Change in ovirt-engine[master]: core: Fixing possible ConcurrentModificationException

Michael Kublin has submitted this change and it was merged. Change subject: core: Fixing possible ConcurrentModificationException ...................................................................... core: Fixing possible ConcurrentModificationException The following class is used all around the code, the map is shared and should be thread safe Change-Id: I3ea0bc0cfd3452ff71ddb4ed9f9b1939b0f76238 Signed-off-by: Michael Kublin <mkublin@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/EnumUtils.java 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: Michael Kublin: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8436 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3ea0bc0cfd3452ff71ddb4ed9f9b1939b0f76238 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>
participants (1)
-
mkublin@redhat.com