News

Simply catch the ConcurrentModificationException, log the error, and move on The obvious way to fix Java’s ConcurrentModificationException is to not concurrently modify a collection. Of course, this ...