45c0ea543f
Motivation: The concurrent set is present in Java 8 and above so we can use it instead of own implementation. Modification: io.netty.utik.internal.ConcurrentSet replaced with ConcurrentHashMap.newKeySet(). Result: Less code to maintain.