netty5/transport/src
Norman Maurer fc1cdc991e [#6095] Remove catching of ConcurrentModificationException as this can not happen.
Motivation:

We should not catch ConcurrentModificationException as this can never happen because things are executed on the EventLoop thread.

Modifications:

Remove try / catch

Result:

Cleaner code.
2016-12-04 18:59:10 +01:00
..
main/java/io/netty [#6095] Remove catching of ConcurrentModificationException as this can not happen. 2016-12-04 18:59:10 +01:00
test/java/io/netty ByteBuf Input Stream Reference Count Ownership 2016-11-14 16:29:55 -08:00