netty5/buffer/src/main/java
秦世成 4596f9e139 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:35:18 +02:00
..
io/netty/buffer Fix the issue of incorrectly calculating the number of dump lines when using PrettyDump in ByteBufUtil (#9304) 2019-07-01 08:35:18 +02:00