6381d0766a
Motivation There's quite a lot of duplicate/equivalent logic across the various concrete ByteBuf implementations. We could take this even further but for now I've focused on the PooledByteBuf sub-hierarchy. Modifications - Move common logic/methods into existing PooledByteBuf abstract superclass - Shorten PooledByteBuf.capacity(int) method implementation Result Less code to maintain |
||
---|---|---|
.. | ||
src | ||
pom.xml |