netty5/transport/src
Norman Maurer ad922fa47e
Mark ChannelHandlerAdapter.exceptionCaught(...) as @deprecated. (#8826)
Motivation:

41e03adf24 marked ChannelHandler.exceptionCaught(...) as @deprecated but missed to also mark ChannelHandlerAdapter.exceptionCaught(...) as @deprecated. We should do so as most people extend the base classes and not implement the interfaces directly.

Modifications:

Mark ChannelHandlerAdapter.exceptionCaught(...) as @deprecated as well.

Result:

Mark method as @deprecated to warn users about its removal.
2019-02-01 10:23:54 +01:00
..
main/java/io/netty Mark ChannelHandlerAdapter.exceptionCaught(...) as @deprecated. (#8826) 2019-02-01 10:23:54 +01:00
test/java/io/netty Update to new checkstyle plugin (#8777) (#8780) 2019-01-25 11:58:42 +01:00