Skip to content

Commit

Permalink
Merge pull request #330 from claudiopastorini/master
Browse files Browse the repository at this point in the history
Start to use ConcurrentHashMap in order to avoid ConcurrentModificationException
  • Loading branch information
minbi authored May 11, 2018
2 parents f81d817 + 45b380e commit 48fab9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import java.util.concurrent.ConcurrentHashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

import javax.net.SocketFactory;

Expand Down

0 comments on commit 48fab9e

Please sign in to comment.