ow2-proactive / programming

ProActive Programming library
http://proactive.activeeon.com/
GNU Affero General Public License v3.0
8 stars 19 forks source link

fix possible ConcurrentModificationException when using the bodiesIte… #1418

Closed fviale closed 3 months ago

fviale commented 3 months ago

…rator

use a ConcurrentHashMap instead of a Hashtable to prevent CMEs.