netty5/handler
Nikolay Fedorovskikh c0cd3db5b1 Fix class references of its subclass issue
Motivation:

Realization of `AbstractTrafficShapingHandler.userDefinedWritabilityIndex()` has references to subclasses.
In addition, one of the subclasses overriding it, but the other does not.

Modifications:

Add overriding to the second subclass. Remove references to subclasses from parent class.

Result:

More consistent and clean code (OOP-stylish).
2017-02-27 07:48:51 +01:00
..
src Fix class references of its subclass issue 2017-02-27 07:48:51 +01:00
pom.xml Use the correct arguments when run with jdk9 2017-02-15 10:15:00 +01:00