Yair Zaslavsky has submitted this change and it was merged.

Change subject: coverity: Fix INVALIDATE_ITERATOR warning in 
SessionDataContainer
......................................................................


coverity: Fix INVALIDATE_ITERATOR warning in SessionDataContainer

Altering a collection while iterating over it with a for loop will most
likely cause ConcurrentModificationException, using an iterator instead

Change-Id: I223c41e0ad0c091532e598f281f0679306f1164c
Signed-off-by: Tal Nisan <[email protected]>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/session/SessionDataContainer.java
1 file changed, 5 insertions(+), 6 deletions(-)

Approvals:
  Allon Mureinik: Looks good to me, but someone else must approve
  Yair Zaslavsky: Verified; Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/27275
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I223c41e0ad0c091532e598f281f0679306f1164c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tal Nisan <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to