Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make use of CopyOnWriteArray instead
This is automatically safe for iterations (which Collections.synchronizedList is not) and it makes more sense for our use case given the rarity of our writes
- Loading branch information