Index: AvalonSpoolRepository.java
===================================================================
RCS file: /home/cvspublic/jakarta-james/src/java/org/apache/james/mailrepository/AvalonSpoolRepository.java,v
retrieving revision 1.4
diff -u -r1.4 AvalonSpoolRepository.java
--- AvalonSpoolRepository.java	18 Jan 2002 02:48:36 -0000	1.4
+++ AvalonSpoolRepository.java	16 Feb 2002 02:03:37 -0000
@@ -56,6 +56,7 @@
                 wait();
             } catch (InterruptedException ignored) {
             } catch (ConcurrentModificationException ignoredAlso) {
+               // Should never get here now that list methods clones keyset for iterator
             }
         }
     }
@@ -107,7 +108,9 @@
                     wait(youngest - System.currentTimeMillis());
                 }
             } catch (InterruptedException ignored) {
+            } catch (ConcurrentModificationException ignoredAlso) {
+               // Should never get here now that list methods clones keyset for iterator
             }
-        }
+}
     }
 }
