netty5/buffer
秦世成 1454c3a777 Fix the issue of incorrectly calculating the number of dump lines when using PrettyDump in ByteBufUtil (#9304)
Motivation:

Fix the issue of incorrectly calculating the number of dump rows when using prettyHexDumpmethod in ByteBufUtil. The way to find the remainder is either length % 16 or length & 15

Modification:

Fixed the way to calculate the remainder

Result:

Fixed #9301
2019-07-01 08:36:00 +02:00
..
src Fix the issue of incorrectly calculating the number of dump lines when using PrettyDump in ByteBufUtil (#9304) 2019-07-01 08:36:00 +02:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00