• 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
..
bin Loading commit data...
conf Loading commit data...
database Loading commit data...
i18n Loading commit data...
java Loading commit data...
javadoc/jdk15 Loading commit data...
plugins Loading commit data...
resources Loading commit data...
security Loading commit data...
spank Loading commit data...
test Loading commit data...
tools/anttask/org/jivesoftware/ant Loading commit data...
web Loading commit data...