netty5/codec/src
Trustin Lee 015e60b00f Clean up catch blocks
- No need to have nested try blocks because the catch block catches everything and rethrows it
- No need to do instanceof-checks
2013-04-04 14:48:30 +09:00
..
main/java/io/netty/handler/codec Clean up catch blocks 2013-04-04 14:48:30 +09:00
test/java/io/netty/handler/codec Remove special handling of Object[] in codec framework (a.k.a unfolding) 2013-04-03 21:44:54 +09:00