netty5/handler/src/main/java/io
Frederic Bregier a25c585f39 Fix overriden method not called in TrafficShaping
Motivation:
handlerAdded and handlerRemoved were overriden but super was never
called, while it should.
Also add one missing information in the toString method.

Modifications:
Add the super corresponding call, and add checkInterval to the
toString() method

Result;
super method calls are correctly passed to the super implementation
part.
2014-09-20 20:42:49 +02:00
..
netty/handler Fix overriden method not called in TrafficShaping 2014-09-20 20:42:49 +02:00