From 266f67e232635a2da4f642f43473f9acd92a182f Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sun, 22 May 2005 19:23:04 +0000 Subject: [PATCH] Simplify code in iterator remove to avoid incorrect ConcurrentModificationException bug 34690, from Guilhem Lavaux at Kaffe git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@171360 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.html | 1 + .../commons/collections/FastArrayList.java | 4 +- .../collections/TestFastArrayList.java | 111 +++++++++++++++++- 3 files changed, 113 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 1b002c515..af8d0e52b 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -61,6 +61,7 @@ If this causes major headaches to anyone please contact commons-dev at jakarta.a

BUG FIXES