replicant-packages_apps_Email/src
Mihai Preda b7e954bba6 Fix ConcurrentModificationException in MessagingController.
The exception was caused by removing from the HashSet (in Controller.java)
while iterating over it. The locking offered no protection in that case.

Extracted the notification of listeners (MessagingListener) in separate class
to simplify reimplementation.

Got rid of a couple of generic catch(Exception) that were hiding surprises.
2009-06-30 11:22:43 -07:00
..
com Fix ConcurrentModificationException in MessagingController. 2009-06-30 11:22:43 -07:00
org/apache