• Guus der Kinderen's avatar
    OF-1051: Prevent ConcurrentModificationException · fe1d815f
    Guus der Kinderen authored
    The unmodifiable collection in the original code is not immutable: when
    the original collection is modified, this is reflected (which can cause
    problems in iterators created from the unmodifiable collection). This
    commit creates a new collection to prevent this from happening.
    fe1d815f
Name
Last commit
Last update
..
admin Loading commit data...
database Loading commit data...
openfire Loading commit data...
util Loading commit data...